public abstract class JSR330AnnotationHandler<T extends Annotation> extends Object implements AnnotationHandler<T>
Constructor and Description |
---|
JSR330AnnotationHandler() |
Modifier and Type | Method and Description |
---|---|
static <T> Set<MetaClass> |
fillInInterface(MetaClass cls,
com.google.gwt.core.ext.GeneratorContext genCtx) |
void |
getDependencies(DependencyControl control,
InjectableInstance instance,
T annotation,
org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context) |
static void |
processDependencies(DependencyControl control,
MetaClass metaClass,
InjectionContext context) |
void |
registerMetadata(InjectableInstance instance,
T annotation,
org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext procCtx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
public void registerMetadata(InjectableInstance instance, T annotation, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext procCtx)
registerMetadata
in interface AnnotationHandler<T extends Annotation>
public void getDependencies(DependencyControl control, InjectableInstance instance, T annotation, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context)
getDependencies
in interface AnnotationHandler<T extends Annotation>
public static void processDependencies(DependencyControl control, MetaClass metaClass, InjectionContext context)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.