Uses of Class
com.thoughtworks.qdox.model.Annotation
-
Packages that use Annotation Package Description 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 Modifier and Type Method Description Annotation[]
AbstractBaseJavaEntity. getAnnotations()
Annotation[]
JavaMethodDelegate. getAnnotations()
Annotation[]
JavaPackage. getAnnotations()
Methods in com.thoughtworks.qdox.model with parameters of type Annotation Modifier and Type Method Description void
ModelBuilder. addAnnotation(Annotation annotation)
void
AbstractBaseJavaEntity. setAnnotations(Annotation[] annotations)
void
JavaMethodDelegate. setAnnotations(Annotation[] annotations)
void
JavaPackage. setAnnotations(Annotation[] annotations)
-
Uses of Annotation in com.thoughtworks.qdox.model.annotation
Methods in com.thoughtworks.qdox.model.annotation with parameters of type Annotation Modifier and Type Method 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
AnnotationVisitor. visitAnnotation(Annotation annotation)
java.lang.Object
EvaluatingVisitor. 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 Modifier and Type Method Description void
Builder. addAnnotation(Annotation annotation)
-