Uses of Class
net.bytebuddy.asm.AnnotationRemoval
-
Packages that use AnnotationRemoval Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of AnnotationRemoval in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return AnnotationRemoval Modifier and Type Method Description static AnnotationRemoval
AnnotationRemoval. strip(ElementMatcher<? super AnnotationDescription> matcher)
Creates a visitor that removes all annotations that match the specified matcher from the instrumented type.
-