Uses of Interface
com.thoughtworks.qdox.model.JavaAnnotation
Packages that use JavaAnnotation
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
Provides classes reflecting the Java model elements.
Provides classes reflecting the Java expressions.
Provides the default implementation of the classes reflecting the Java model elements.
Provides classes to write Java model elements in any style
Provides the default implementation of classes to write Java model elements in any style.
-
Uses of JavaAnnotation in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type JavaAnnotationModifier and TypeMethodDescriptionList<?>
EvaluatingVisitor.getListValue
(JavaAnnotation annotation, String property) EvaluatingVisitor.getValue
(JavaAnnotation annotation, String property) EvaluatingVisitor.visit
(JavaAnnotation annotation) -
Uses of JavaAnnotation in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return types with arguments of type JavaAnnotationModifier and TypeMethodDescriptionJavaAnnotatedElement.getAnnotations()
Equivalent ofAnnotatedElement.getAnnotations()
-
Uses of JavaAnnotation in com.thoughtworks.qdox.model.expression
Methods in com.thoughtworks.qdox.model.expression with parameters of type JavaAnnotation -
Uses of JavaAnnotation in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaAnnotationFields in com.thoughtworks.qdox.model.impl with type parameters of type JavaAnnotationMethods in com.thoughtworks.qdox.model.impl that return types with arguments of type JavaAnnotationModifier and TypeMethodDescriptionAbstractBaseJavaEntity.getAnnotations()
DefaultJavaType.getAnnotations()
Equivalent ofAnnotatedElement.getAnnotations()
JavaMethodDelegate.getAnnotations()
Equivalent ofAnnotatedElement.getAnnotations()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type JavaAnnotationModifier and TypeMethodDescriptionvoid
AbstractBaseJavaEntity.setAnnotations
(List<JavaAnnotation> annotations) -
Uses of JavaAnnotation in com.thoughtworks.qdox.writer
Methods in com.thoughtworks.qdox.writer with parameters of type JavaAnnotationModifier and TypeMethodDescriptionModelWriter.writeAnnotation
(JavaAnnotation ann) Write the java annotation A standard annotation writer should write: the annotation signature -
Uses of JavaAnnotation in com.thoughtworks.qdox.writer.impl
Methods in com.thoughtworks.qdox.writer.impl with parameters of type JavaAnnotationModifier and TypeMethodDescriptionDefaultModelWriter.writeAnnotation
(JavaAnnotation annotation) Write the java annotation A standard annotation writer should write: the annotation signature