Package org.loom.annotation.processor

Interface Summary
AnnotationProcessor Processes the annotations of a class, configuring its mapping as indicated by the annotations
 

Class Summary
AbstractAnnotationProcessor  
AbstractInjectedInterceptorAnnotationProcessor<T extends Interceptor> AnnotationProcessor that makes use of Interceptor instances injected using spring.
AbstractPropertyAnnotationProcessor<A extends Annotation,M extends Annotation> Convenience class for annotations that are bound to a property and might be boundmore than once, which requires some workarounds since this is not possible with java.
AbstractSecurityAnnotationProcessor Processes security annotations.
AnnotationProcessorRepository Repository of configured annotation processors
BrowserMessagesAnnotationProcessor Processes BrowserMessages annotations
CacheAnnotationProcessor Process Cache annotations
CommonAnnotationsProcessor Processes JSR250 Common Annotations.
DateValidationAnnotationProcessor Processes DateValidation annotations
EagerPropertyAnnotationProcessor Processes EagerProperty and EagerProperties annotations
EventAnnotationProcessor Processes the Event annotation
ImageValidationAnnotationProcessor Processes ImageValidation annotations
JpaAnnotationProcessor Processes JPA annotations.
NumberValidationAnnotationProcessor Processes NumberValidation annotations
RequiredValidationAnnotationProcessor Processes StringValidation annotations
RestAnnotationProcessor Processes JSR311 JAX-RS annotations Path, GET, POST, DELETE, PUT are supported for class and fields (but not method params).
RetrieveEntityAnnotationProcessor Processes RetrieveEntity annotations
SecuredAnnotationProcessor Processes Spring Security Secured annotations
StringValidationAnnotationProcessor Processes StringValidation annotations
 



The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.