Package org.xwiki.properties.annotation
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 $
-
-
Element Detail
-
value
String value
- Returns:
- the description.
-
-