Annotation Type PropertyName


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD})
    @Inherited
    public @interface PropertyName
    Use this annotation to add a display name to a property bean method.
    Since:
    2.1M1
    Version:
    $Id: 538f00c8550c18ea4aa0ceec880aae09928e015f $
    • Required Element Summary

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

      • value

        String value
        Returns:
        the description.