org.jboss.kernel.plugins.dependency
Class AnnotationsAction
java.lang.Object
org.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
org.jboss.dependency.plugins.action.SimpleControllerContextAction<KernelControllerContext>
org.jboss.kernel.plugins.dependency.KernelControllerContextAction
org.jboss.kernel.plugins.dependency.InstallsAwareAction
org.jboss.kernel.plugins.dependency.AnnotationsAction
- All Implemented Interfaces:
- ControllerContextAction
- Direct Known Subclasses:
- DescribeAction, InstantiateAction
public abstract class AnnotationsAction
- extends InstallsAwareAction
Handles IoC annotations.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationsAction
public AnnotationsAction()
applyAnnotations
protected void applyAnnotations(KernelControllerContext context)
throws Throwable
- Handle IoC annotations.
- Parameters:
context
- the kernel controller context
- Throws:
Throwable
- for any error
cleanAnnotations
protected void cleanAnnotations(KernelControllerContext context)
- Clean IoC annotations.
- Parameters:
context
- the kernel controller context
getBeanAnnotationAdapter
protected BeanAnnotationAdapter getBeanAnnotationAdapter()
- Get bean annotation adapter.
- Returns:
- bean annotation adapter
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.