Package com.puppycrawl.tools.checkstyle
Annotation Type XdocsPropertyType
-
@Retention(RUNTIME) @Target(FIELD) public @interface XdocsPropertyType
The type of property used in documentation and configuration files for clarification of the user-friendly type. For example, some string array property may represent a set of tokens.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PropertyType
value
Returns the property type for documentation.
-
-
-
Element Detail
-
value
PropertyType value
Returns the property type for documentation.- Returns:
- the property type for documentation
-
-