@Documented
@Target(value=FIELD)
public @interface SyntheticLocal
Note: Initialization can be done only within field definition. The
Java static { ... }
construct is not supported for variable
initialization and could result in invalid instrumentation.
This annotation can be only used with fields. The fields should be
declared static
and, unless shared between multiple DiSL classes,
private
.
Modifier and Type | Optional Element and Description |
---|---|
SyntheticLocal.Initialize |
initialize
Initialization mode of the synthetic local variable.
|
public abstract SyntheticLocal.Initialize initialize