Package | Description |
---|---|
com.thoughtworks.qdox.model | |
com.thoughtworks.qdox.model.annotation | |
com.thoughtworks.qdox.parser |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
AbstractBaseJavaEntity.getAnnotations() |
Annotation[] |
JavaMethodDelegate.getAnnotations() |
Annotation[] |
JavaPackage.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
ModelBuilder.addAnnotation(Annotation annotation) |
void |
AbstractBaseJavaEntity.setAnnotations(Annotation[] annotations) |
void |
JavaMethodDelegate.setAnnotations(Annotation[] annotations) |
void |
JavaPackage.setAnnotations(Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
List |
EvaluatingVisitor.getListValue(Annotation annotation,
String property) |
Object |
EvaluatingVisitor.getValue(Annotation annotation,
String property) |
Object |
AnnotationVisitor.visitAnnotation(Annotation annotation) |
Object |
RecursiveAnnotationVisitor.visitAnnotation(Annotation annotation) |
Object |
EvaluatingVisitor.visitAnnotation(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
Builder.addAnnotation(Annotation annotation) |
Copyright © 2002-2013. All Rights Reserved.