Uses of Class
net.bytebuddy.asm.MemberAttributeExtension
-
Packages that use MemberAttributeExtension Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberAttributeExtension in net.bytebuddy.asm
Subclasses of MemberAttributeExtension in net.bytebuddy.asm Modifier and Type Class Description static class
MemberAttributeExtension.ForField
A visitor that adds attributes to a field.static class
MemberAttributeExtension.ForMethod
A visitor that adds attributes to a method.
-