@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CASM
| Modifier and Type | Optional Element and Description |
|---|---|
CASM.Shift |
shift
The shift of the CASM injection (before or after the other transformer).
|
java.lang.String[] |
value
The method name and descriptor to inject into.
|
public abstract java.lang.String[] value
public abstract CASM.Shift shift