org.loom.annotation.processor
Interface AnnotationProcessor

All Known Implementing Classes:
AbstractAnnotationProcessor, AbstractInjectedInterceptorAnnotationProcessor, AbstractPropertyAnnotationProcessor, AbstractSecurityAnnotationProcessor, BrowserMessagesAnnotationProcessor, CacheAnnotationProcessor, CaptchaAnnotationProcessor, CommonAnnotationsProcessor, DateValidationAnnotationProcessor, EagerPropertyAnnotationProcessor, EventAnnotationProcessor, HibernateDateValidationAnnotationProcessor, HibernateNumberValidationAnnotationProcessor, HibernateRequiredValidationAnnotationProcessor, HibernateStringValidationAnnotationProcessor, ImageValidationAnnotationProcessor, JpaAnnotationProcessor, MultiUploadAnnotationProcessor, NumberValidationAnnotationProcessor, RequiredValidationAnnotationProcessor, RequiresConfirmationAnnotationProcessor, RestAnnotationProcessor, RetrieveEntityAnnotationProcessor, SecuredAnnotationProcessor, StringValidationAnnotationProcessor

public interface AnnotationProcessor

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

Author:
icoloma

Method Summary
 void process(AnnotationMetadata metadata, ActionMapping mapping)
          Expands an ActionMapping with the metadata annotated to an Action class.
 

Method Detail

process

void process(AnnotationMetadata metadata,
             ActionMapping mapping)
Expands an ActionMapping with the metadata annotated to an Action class. This method processes any annotations attached to the Action class or any containing package.

Parameters:
metadata - the annotation metadata to be processed
mapping - the action mapping to be modified


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