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
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.