Annotation Type Attribute


@Retention(RUNTIME)
@Target(FIELD)
@Inherited
public @interface Attribute
Marks class properties as HTML attributes
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String name  
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    String defaultValue  
  • Element Details

    • defaultValue

      String defaultValue
      Default:
      ""