org.jboss.errai.ioc.rebind.ioc.builtin
Class AfterInitializationExtension
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.extension.IOCDecoratorExtension<AfterInitialization>
org.jboss.errai.ioc.rebind.ioc.builtin.AfterInitializationExtension
public class AfterInitializationExtension
- extends IOCDecoratorExtension<AfterInitialization>
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AfterInitializationExtension
public AfterInitializationExtension(Class<AfterInitialization> decoratesWith)
generateDecorator
public List<? extends Statement> generateDecorator(InjectableInstance<AfterInitialization> instance)
- Description copied from class:
IOCDecoratorExtension
- The generateDecorator() method is called at the point the container has finished constructing a
reference to an element annotated with the configured annotation.
- Specified by:
generateDecorator
in class IOCDecoratorExtension<AfterInitialization>
- Parameters:
instance
- the InjectableInstance
reference, representing
the value of the element which is annotated.
- Returns:
- a list of statements to be rendered into the injector code.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.