pl.edu.agh.cast.data.model.property.annotation
Annotation Type TransientProperty


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TransientProperty

Annotation for marking transient properties' getter methods.

Author:
AGH CAST Team

Required Element Summary
 boolean matchable
           
 String name
           
 PropertyType type
           
 
Optional Element Summary
 String displayName
           
 

Element Detail

name

public abstract String name

type

public abstract PropertyType type

matchable

public abstract boolean matchable

displayName

public abstract String displayName
Default:
""


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.