com.caucho.server.webbeans
Class ResinStandardPlugin
java.lang.Object
com.caucho.server.webbeans.ResinStandardPlugin
- All Implemented Interfaces:
- Extension
@Module
public class ResinStandardPlugin
- extends java.lang.Object
- implements Extension
Standard XML behavior for META-INF/beans.xml
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResinStandardPlugin
public ResinStandardPlugin(InjectManager manager)
processAfterBeanDiscovery
public void processAfterBeanDiscovery(@Observes
AfterBeanDiscovery event)
- Callback on initialization, allowing for registration of contexts.
processAnnotatedType
@LazyExtension
public void processAnnotatedType(@Observes
ProcessAnnotatedType<?> event)
- Callback for discovered annotated types. EJBs are dispatched to
EJB and disabled for normal processing.
processBean
@LazyExtension
public void processBean(@Observes
ProcessBean<?> event)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object