Annotation Type PropertyDescription


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD})
    @Inherited
    public @interface PropertyDescription
    Use this annotation to add a description to a property bean method.
    Since:
    2.0M2
    Version:
    $Id: b2ca28634b588a2d59311dd35b892db0900ecabf $
    • Required Element Summary

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

      • value

        String value
        Returns:
        the description.