@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 descriptors to inject into
e.g. |
CTarget[] |
target
The inject targets to use
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
cancellable
Allow the method to be cancelled
Needs to be true to modify return values |
CSlice |
slice
The slice to use
|
public abstract java.lang.String[] method
public abstract CTarget[] target
public abstract CSlice slice