Package | Description |
---|---|
com.thoughtworks.qdox.model | |
com.thoughtworks.qdox.model.annotation | |
com.thoughtworks.qdox.parser | |
com.thoughtworks.qdox.parser.impl |
Modifier and Type | Field and Description |
---|---|
private Annotation[] |
JavaPackage.annotations |
private Annotation[] |
AbstractBaseJavaEntity.annotations |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
JavaPackage.getAnnotations() |
Annotation[] |
JavaMethodDelegate.getAnnotations() |
Annotation[] |
AbstractBaseJavaEntity.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
ModelBuilder.addAnnotation(Annotation annotation) |
void |
JavaPackage.setAnnotations(Annotation[] annotations) |
void |
JavaMethodDelegate.setAnnotations(Annotation[] annotations) |
void |
AbstractBaseJavaEntity.setAnnotations(Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
EvaluatingVisitor.getListValue(Annotation annotation,
java.lang.String property) |
java.lang.Object |
EvaluatingVisitor.getValue(Annotation annotation,
java.lang.String property) |
java.lang.Object |
RecursiveAnnotationVisitor.visitAnnotation(Annotation annotation) |
java.lang.Object |
AnnotationVisitor.visitAnnotation(Annotation annotation) |
java.lang.Object |
EvaluatingVisitor.visitAnnotation(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
Builder.addAnnotation(Annotation annotation) |
Modifier and Type | Field and Description |
---|---|
private Annotation |
Parser.annotation |