@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ExtensionProperty
Extension| Modifier and Type | Required Element and Description | 
|---|---|
String | 
name
The name of the property. 
 | 
String | 
value
The value of the property. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
parseValue
If set to true, field `value` will be parsed and serialized as JSON/YAML 
 | 
Copyright © 2018. All rights reserved.