com.newisys.randsolver.annotation
Annotation Type RandExclude


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface RandExclude

An annotation that marks a variable as being excluded from the variables being randomized. This can be used in enumerations to avoid choosing certain enumeration values when an instance of the enumeration type is randomized. This annotation should be kept for runtime use. This annotation applies to member variables (fields).