@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 | Fields and Description |
|---|---|
static java.lang.String |
DEFAULT_OUTPUT_PACKAGE
The magic value used to represent an unset output package.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
outputPackage |
java.lang.String |
reason |
public static final java.lang.String DEFAULT_OUTPUT_PACKAGE
public abstract java.lang.String reason
public abstract java.lang.String outputPackage
ProcessorOptions.outputPackage