@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CInject
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
method
The method name and descriptor to inject into.
|
CTarget[] |
target
The targets for the injection.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
cancellable
Allow the original method to be cancelled.
|
CSlice |
slice
The slice of instructions to search for the target.
|
public abstract java.lang.String[] method
public abstract CTarget[] target
public abstract CSlice slice