@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CASM
MethodNode of the target method| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
value
The method name and descriptors to inject into
e.g. print(Ljava/lang/String;)V If you want the whole ClassNode do not add any targets |