@Retention(value=RUNTIME)
@Target(value=FIELD)
protected static @interface SplitPolicy.ParameterField
SplitPolicy
descendant
class must be marked with this annotation. Otherwise, the parameter
setter/getter methods will not work.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the policy parameter stored in this field.
|