|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Annotation | |
|---|---|
| com.thoughtworks.qdox.model | |
| com.thoughtworks.qdox.model.annotation | |
| com.thoughtworks.qdox.parser | |
| Uses of Annotation in com.thoughtworks.qdox.model |
|---|
| Methods in com.thoughtworks.qdox.model that return Annotation | |
|---|---|
Annotation[] |
JavaPackage.getAnnotations()
|
Annotation[] |
JavaMethodDelegate.getAnnotations()
|
Annotation[] |
AbstractBaseJavaEntity.getAnnotations()
|
| Methods in com.thoughtworks.qdox.model with parameters of type Annotation | |
|---|---|
void |
ModelBuilder.addAnnotation(Annotation annotation)
|
void |
JavaPackage.setAnnotations(Annotation[] annotations)
|
void |
JavaMethodDelegate.setAnnotations(Annotation[] annotations)
|
void |
AbstractBaseJavaEntity.setAnnotations(Annotation[] annotations)
|
| Uses of Annotation in com.thoughtworks.qdox.model.annotation |
|---|
| Methods in com.thoughtworks.qdox.model.annotation with parameters of type Annotation | |
|---|---|
List |
EvaluatingVisitor.getListValue(Annotation annotation,
String property)
|
Object |
EvaluatingVisitor.getValue(Annotation annotation,
String property)
|
Object |
RecursiveAnnotationVisitor.visitAnnotation(Annotation annotation)
|
Object |
EvaluatingVisitor.visitAnnotation(Annotation annotation)
|
Object |
AnnotationVisitor.visitAnnotation(Annotation annotation)
|
| Uses of Annotation in com.thoughtworks.qdox.parser |
|---|
| Methods in com.thoughtworks.qdox.parser with parameters of type Annotation | |
|---|---|
void |
Builder.addAnnotation(Annotation annotation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||