Annotation Type Attribute


  • @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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value  
    • Element Detail

      • value

        String value
        Default:
        ""