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