-
@Retention(RUNTIME) @Target(METHOD) public @interface Attribute
Annotation to declare an Attribute of a StoreEntry. Only Getter methods must be annotated with @Attribute. The loadEagerly property of this annotation can be set to indicate if BackingStore.findByCriteria() must populate this attribute (true) or not (false).- Author:
- Mahesh.Kannan@Sun.Com
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-