Uses of Class
eu.bandm.tools.util.classes.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
Modifier and TypeFieldDescriptionprotected AnnotationVisitor.Annotation
AnnotationVisitor.annotation
Modifier and TypeFieldDescriptionprotected final List
<AnnotationVisitor.Annotation> AnnotationVisitor.classAnnotations
protected final Deque
<AnnotationVisitor.Annotation> AnnotationVisitor.savedAnnotations
ModifierConstructorDescriptionprotected
AnnotationElementValue
(AnnotationVisitor.Annotation annotation) -
Uses of AnnotationVisitor.Annotation in eu.bandm.tools.util3
Modifier 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) Modifier and TypeMethodDescriptionAnnotationPatterns.nested
(Pattern<? super AnnotationVisitor.Annotation> body) static Pattern
<AnnotationVisitor.Annotation> AnnotationPatterns.repeatable
(Class<? extends Annotation> containerType, Pattern<? super AnnotationVisitor.Annotation> body)