Uses of Class
eu.bandm.tools.util.classes.AnnotationVisitor.Annotation
Packages that use AnnotationVisitor.Annotation
Package
Description
Utility classes for Java and JVM runtime objects and bytecode.
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.option package.-
Uses of AnnotationVisitor.Annotation in eu.bandm.tools.util.classes
Fields in eu.bandm.tools.util.classes declared as AnnotationVisitor.AnnotationModifier and TypeFieldDescriptionprotected AnnotationVisitor.AnnotationAnnotationVisitor.annotationFields in eu.bandm.tools.util.classes with type parameters of type AnnotationVisitor.AnnotationModifier and TypeFieldDescriptionprotected final List<AnnotationVisitor.Annotation> AnnotationVisitor.classAnnotationsprotected final Deque<AnnotationVisitor.Annotation> AnnotationVisitor.savedAnnotationsMethods in eu.bandm.tools.util.classes that return AnnotationVisitor.AnnotationMethods in eu.bandm.tools.util.classes that return types with arguments of type AnnotationVisitor.AnnotationConstructors in eu.bandm.tools.util.classes with parameters of type AnnotationVisitor.AnnotationModifierConstructorDescriptionprotectedAnnotationElementValue(AnnotationVisitor.Annotation annotation) -
Uses of AnnotationVisitor.Annotation in eu.bandm.tools.util3
Methods in eu.bandm.tools.util3 that return types with arguments of type AnnotationVisitor.AnnotationModifier and TypeMethodDescriptionstatic Pattern<AnnotationVisitor.Annotation> AnnotationPatterns.annotation(Class<? extends Annotation> type, Pattern<? super Map<String, AnnotationVisitor.ElementValue>> params) static Pattern<AnnotationVisitor.Annotation> AnnotationPatterns.repeatable(Class<? extends Annotation> containerType, Pattern<? super AnnotationVisitor.Annotation> body) Method parameters in eu.bandm.tools.util3 with type arguments of type AnnotationVisitor.AnnotationModifier and TypeMethodDescriptionAnnotationPatterns.nested(Pattern<? super AnnotationVisitor.Annotation> body) static Pattern<AnnotationVisitor.Annotation> AnnotationPatterns.repeatable(Class<? extends Annotation> containerType, Pattern<? super AnnotationVisitor.Annotation> body)