net.sf.oval.configuration.annotation
Annotation Type Constraint
@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Constraint
Annotations tagged with this annotation represent single-value constraints.
- Author:
- Sebastian Thomschke
checkWith
public abstract Class<? extends AnnotationCheck<? extends Annotation>> checkWith
- The class implementing the constraint logic.
It can check if a value satisfies the constraint.
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.