messif.buckets.split
Annotation Type SplitPolicy.ParameterField


@Retention(value=RUNTIME)
@Target(value=FIELD)
protected static @interface SplitPolicy.ParameterField

Annotation of split policy parameter field. Each policy parameter attribute of a SplitPolicy descendant class must be marked with this annotation. Otherwise, the parameter setter/getter methods will not work.


Required Element Summary
 java.lang.String value
          The name of the policy parameter stored in this field.
 

Element Detail

value

public abstract java.lang.String value
The name of the policy parameter stored in this field.

Returns:
name of the policy parameter stored in this field