org.glassfish.ha.store.annotations
Annotation Type Attribute


@Retention(value=RUNTIME)
@Target(value=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

Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
""


Copyright © 2010. All Rights Reserved.