Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.rebind.ioc.extension
Interface AnnotationHandler<T extends Annotation>

All Known Subinterfaces:
ProvidedClassAnnotationHandler<T>
All Known Implementing Classes:
JSR330AnnotationHandler, JSR330ProvidedClassAnnotationHandler

public interface AnnotationHandler<T extends Annotation>


Method Summary
 void getDependencies(DependencyControl control, InjectableInstance instance, T annotation, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)
           
 boolean handle(InjectableInstance instance, T annotation, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)
           
 void registerMetadata(InjectableInstance instance, T annotation, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)
           
 

Method Detail

getDependencies

void getDependencies(DependencyControl control,
                     InjectableInstance instance,
                     T annotation,
                     org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)

registerMetadata

void registerMetadata(InjectableInstance instance,
                      T annotation,
                      org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)

handle

boolean handle(InjectableInstance instance,
               T annotation,
               org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.