@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Inject
| Modifier and Type | Required Element and Description |
|---|---|
At[] |
at |
java.lang.String[] |
method |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
cancellable |
boolean |
remap
Deprecated.
|
int |
require
Deprecated.
|
Slice |
slice |
public abstract At[] at
public abstract Slice slice