Uses of Class
org.openjdk.jmh.generators.asm.AnnotationInvocationHandler
-
Packages that use AnnotationInvocationHandler Package Description org.openjdk.jmh.generators.asm -
-
Uses of AnnotationInvocationHandler in org.openjdk.jmh.generators.asm
Fields in org.openjdk.jmh.generators.asm with type parameters of type AnnotationInvocationHandler Modifier and Type Field Description private java.util.Map<java.lang.String,AnnotationInvocationHandler>
ASMClassInfo. annotations
private java.util.Map<java.lang.String,AnnotationInvocationHandler>
ASMFieldInfo. annotations
private java.util.Map<java.lang.String,AnnotationInvocationHandler>
ASMMethodInfo. annotations
Methods in org.openjdk.jmh.generators.asm that return AnnotationInvocationHandler Modifier and Type Method Description private AnnotationInvocationHandler
AnnotationInvocationHandler. asOneOfUs(java.lang.Object o)
-