@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface IsConstraint
| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
implementation
Points to the class implementing the constraint.
|
public abstract Class<?> implementation
Copyright © 2013 Carrot2.org. All Rights Reserved.