Package ball.util.ant.taskdefs
Annotation Type AntTaskAttributeConstraint
- 
 @Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,FIELD,METHOD}) public @interface AntTaskAttributeConstraint JSR303-inspired Ant Task attribute constraint annotation.- Author:
- Allen D. Ball
 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description Class<? extends AntTaskAttributeConstraint.Checker>value
 
- 
- 
- 
Element Detail- 
valueClass<? extends AntTaskAttributeConstraint.Checker> value 
 
- 
 
-