Uses of Class
net.bytebuddy.asm.AnnotationRemoval
Packages that use AnnotationRemoval
Package
Description
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 AnnotationRemovalModifier and TypeMethodDescriptionstatic AnnotationRemovalAnnotationRemoval.strip(ElementMatcher<? super AnnotationDescription> matcher) Creates a visitor that removes all annotations that match the specified matcher from the instrumented type.