Package org.xwiki.properties.annotation
Annotation Type PropertyDisplayType
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) @Inherited public @interface PropertyDisplayType
Use this annotation to specify the class type of a property.You can for instance specify the generic type Map<String, Long> using the following value: {Map.class, String.class, Long.class}
- Since:
- 11.0
- Version:
- $Id: e708f411d5ee4bbd5eceeb02624d8d23d0f55971 $
-
-
Element Detail
-
value
Class[] value
- Returns:
- the class type followed by its parameter types.
-
-