Uses of Class
com.thoughtworks.qdox.model.Annotation

Packages that use Annotation
com.thoughtworks.qdox.model   
com.thoughtworks.qdox.model.annotation   
com.thoughtworks.qdox.parser   
com.thoughtworks.qdox.parser.impl   
 

Uses of Annotation in com.thoughtworks.qdox.model
 

Fields in com.thoughtworks.qdox.model declared as Annotation
private  Annotation[] JavaPackage.annotations
           
private  Annotation[] AbstractBaseJavaEntity.annotations
           
 

Methods in com.thoughtworks.qdox.model that return Annotation
 Annotation[] JavaPackage.getAnnotations()
           
 Annotation[] AbstractBaseJavaEntity.getAnnotations()
           
 Annotation[] JavaMethodDelegate.getAnnotations()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type Annotation
 void ModelBuilder.addAnnotation(Annotation annotation)
           
 void JavaPackage.setAnnotations(Annotation[] annotations)
           
 void AbstractBaseJavaEntity.setAnnotations(Annotation[] annotations)
           
 void JavaMethodDelegate.setAnnotations(Annotation[] annotations)
           
 

Uses of Annotation in com.thoughtworks.qdox.model.annotation
 

Methods in com.thoughtworks.qdox.model.annotation with parameters of type Annotation
 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 EvaluatingVisitor.visitAnnotation(Annotation annotation)
           
 java.lang.Object AnnotationVisitor.visitAnnotation(Annotation annotation)
           
 java.lang.Object RecursiveAnnotationVisitor.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)
           
 

Uses of Annotation in com.thoughtworks.qdox.parser.impl
 

Fields in com.thoughtworks.qdox.parser.impl declared as Annotation
private  Annotation Parser.annotation