|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface PropertyGetter
Annotation for marking permanent properties' getter methods.
Required Element Summary | |
---|---|
boolean |
matchable
An attribute which indicate if the property is taken into consideration during matching it's containers. |
String |
name
|
PropertyType |
type
|
Optional Element Summary | |
---|---|
String |
displayName
|
boolean |
required
An attribute which indicates if the property is eager or lazy loaded while loading it's container from persistence provider. |
Element Detail |
---|
public abstract String name
public abstract PropertyType type
public abstract boolean matchable
IPropertyContainer#match(IPropertyContainer)
.
public abstract String displayName
public abstract boolean required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |