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>
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)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.