@Retention(value=CLASS)
@Target(value=METHOD)
public @interface Injector
Patch
and at least another method within the class is annotated with Target
.
This annotation may be added multiple times, in order to target multiple methods.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
reason |