Annotation Interface FieldDoc
Annotation for documenting fields in a config.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturn the value of this field.Return the description of this field. -
Optional Element Summary
Optional Elements
-
Element Details
-
-
required
boolean requiredReturn if the field is required or not.- Returns:
- true if the field is required, otherwise false
- Default:
- false
-
sensitive
boolean sensitiveReturn if the field is a sensitive type or not. User name, password, access token are some examples of sensitive fields.- Returns:
- true if the field is sensitive, otherwise false
- Default:
- false
-