public class AnnotationUtils
extends java.lang.Object
Constructor and Description |
---|
AnnotationUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
clearFieldAnnotations(org.objectweb.asm.tree.FieldNode field) |
static void |
clearMethodAnnotations(org.objectweb.asm.tree.MethodNode method) |
static void |
clearTypeAnnotations(org.objectweb.asm.tree.ClassNode clazz) |
public static void clearTypeAnnotations(org.objectweb.asm.tree.ClassNode clazz)
public static void clearFieldAnnotations(org.objectweb.asm.tree.FieldNode field)
public static void clearMethodAnnotations(org.objectweb.asm.tree.MethodNode method)