| Annotation Type | Description |
|---|---|
| CollectionOf |
Defines a target element object class for collections return types.
|
| DefaultValue |
Additional information for mapping value from .property file to field: default value if property is not defined in .properties file.
|
| Delimiter |
Set custom separator for List, Set
and Map return types.
|
| Description |
Define a description string for including it in generated option files.
|
| GroupField | |
| Ignore |
Skip the method implementation regardless of method signature.
|
| MapKey |
Define target key object class for parsing property value into map.
|
| MapValue |
Define target map value object class for parsing property value into map.
|
| Optional |
Additional information for mapping value from .property file to field: flag for optional property.
|
| ParseWith |
Define a parser class for converting a string to a custom user object.
|
| Prefix |
Sets prefix for property names in .property file
|
| PropertyName |
Additional information for mapping value from .property file to field: custom property name
|
| SettingsSource |
Default resource name for loading settings from.
|
| Splitter |
Sets a custom splitter between key and value for Map return type.
|