Annotation Type ExampleValue
- 
@SupportedAll @Retention(RUNTIME) @Target(METHOD) public @interface ExampleValue
An annotation to specify an example value for the attribute. 
- 
- 
Element Detail
- 
value
String value
The example value. Typically the example value is used on the UI as a blurred text to aid the user fill the configuration.- Returns:
 - the example value for the attribute.
 
- Default:
 - ""
 
 
 - 
 
 -