com.newisys.randsolver.annotation
Annotation Type Rand


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

An annotation that marks a variable as being a random variable. This annotation should be kept for runtime use. This annotation applies to member variables (fields).