public class JSONAnnotationData<A extends java.lang.annotation.Annotation> extends AnnotationData<A>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
included |
protected java.lang.String |
name |
protected boolean |
strict |
annotation| Modifier | Constructor and Description |
|---|---|
protected |
JSONAnnotationData(A annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
included() |
java.lang.String |
name() |
boolean |
strict() |
annotationprotected java.lang.String name
protected boolean included
protected boolean strict
protected JSONAnnotationData(A annotation)
Copyright © 2003-present Jodd Team