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

Packages that use Annotation
com.thoughtworks.qdox.model   
 

Uses of Annotation in com.thoughtworks.qdox.model
 

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

Methods in com.thoughtworks.qdox.model that return Annotation
private  Annotation ModelBuilder.buildAnnotation(AnnoDef def, AbstractJavaEntity entity)
           
 Annotation[] AbstractJavaEntity.getAnnotations()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type Annotation
 void AbstractJavaEntity.setAnnotations(Annotation[] annotations)