@Retention(value=CLASS) public @interface PropertySpec
Modifier and Type | Required Element and Description |
---|---|
String |
name |
Class<?> |
type
The type for the field.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
docLinkTaglet |
boolean |
isOptional |
String |
jsonName |
boolean |
useReference |
public abstract Class<?> type
public abstract String name
public abstract String jsonName
public abstract String docLinkTaglet