@Retention(value=CLASS)
@Target(value=PARAMETER)
public @interface CTarget
TransformerManager.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The type of the target.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
optional
If the target is optional or an exception should be thrown if not found.
|
int |
ordinal
The ordinal of target.
|
CTarget.Shift |
shift
The shift for injecting
BEFORE/AFTER the target. |
java.lang.String |
target
The target of the type.
|
public abstract java.lang.String value
public abstract java.lang.String target
public abstract CTarget.Shift shift
BEFORE/AFTER the target.RETURN has to be BEFORE).