| Package | Description |
|---|---|
| net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
| Modifier and Type | Method and 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.
|
Copyright © 2014–2025. All rights reserved.