Package org.xwiki.filter.annotation
Annotation Type Default
-
@Documented @Inherited @Retention(RUNTIME) @Target({PARAMETER,METHOD}) public @interface Default
Indicate the default value of the filter event parameter default value. TheString
value stored in the annotation is converted to the actual parameter type usingConverterManager
.- Since:
- 5.2M1
- Version:
- $Id: 270fe9a59692ade7fc0131bfb5f0a7f305753ff0 $
-
-
Element Detail
-
value
String value
- Returns:
- the default value of the parameter.
-
-