spoon.aval.processing |
This package contains the implementations for the @Validators included in AVal
|
Java Source File Name | Type | Comment |
AnnotationProcessingMapProcessor.java | Class | |
AValProcessor.java | Class | Spoon processor that analyses a program and executes the
@Validators it finds. |
CompletenessCheckerProcessor.java | Class | This processor visits all the declarations of annotations in the program,
checking that they are processed.
The completeness checker verifies that for every annotation type defined in
the application there is a class that uses it. |
DummyPreProcessor.java | Class | Processes dummy implementations of external validated annotations.
Processes Annotation types that are annotated with
ReplacesAnnotationInPackage . |
ValidationPoint.java | Class | Class representing a point in the program in which a validation should take
place. |