Annotation Interface PropertyContext
public @interface PropertyContext
Annotation for a given property.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDocumentation of the property.Key of the property.
-
Element Details
-
key
String keyKey of the property.- Returns:
- key of the property.
-
doc
FieldContext docDocumentation of the property.- Returns:
- documentation of the property.
-