|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AttributeValidator | Validates that a set of classes have the correct attributes attached to them. |
Class Summary | |
AttributeValidatorTask | Ant task that validates attributes. |
AttributeValidatorTask.Validator |
Exception Summary | |
ValidationException | Thrown by AttributeValidator s when an invalid set of
attributes are detected. |
Provides an API for validating internal consistency among attributes.
Many times, an attribute will only make sense in some context. For example, you may have one attribute that must either be applied to no methods, or to all methods in a class. An attribute may require the presence of another attribute.
The AttributeValidatorTask Ant task and its API enables you to define those rules and run them as part of your regular build.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |