spoon.aval.annotation.value |
This package defines the Validators that restrict the values of the attributes of annotations.
|
Java Source File Name | Type | Comment |
Matches.java | Annotation | |
RefersTo.java | Annotation | Validator that states that the value of an attribute of an annotation
must refer to a value of another annotation. |
RefersToAnnotatedElement.java | Annotation | Validator that states that the value of an attribute of an annotation
must refer to a class annotated with a certain annotation. |
Unique.java | Annotation | Validator that checks that the value of the annotation is unique (i.e. |
URLValue.java | Annotation | |