Uses of Class
com.thoughtworks.qdox.model.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return AnnotationModifier and TypeMethodDescriptionAbstractBaseJavaEntity.getAnnotations()
JavaMethodDelegate.getAnnotations()
JavaPackage.getAnnotations()
Methods in com.thoughtworks.qdox.model with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
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 AnnotationModifier and TypeMethodDescriptionEvaluatingVisitor.getListValue
(Annotation annotation, String property) EvaluatingVisitor.getValue
(Annotation annotation, String property) AnnotationVisitor.visitAnnotation
(Annotation annotation) EvaluatingVisitor.visitAnnotation
(Annotation annotation) RecursiveAnnotationVisitor.visitAnnotation
(Annotation annotation) -
Uses of Annotation in com.thoughtworks.qdox.parser
Methods in com.thoughtworks.qdox.parser with parameters of type Annotation