org.apache.webbeans.portable.events.discovery
Class BeforeBeanDiscoveryImpl
java.lang.Object
org.apache.webbeans.portable.events.discovery.BeforeBeanDiscoveryImpl
- All Implemented Interfaces:
- javax.enterprise.inject.spi.BeforeBeanDiscovery
public class BeforeBeanDiscoveryImpl
- extends java.lang.Object
- implements javax.enterprise.inject.spi.BeforeBeanDiscovery
Events that is fired before container starts to discover beans.
- Version:
- $Rev: 1083750 $ $Date: 2011-03-21 13:10:26 +0100 (Mo, 21 Mär 2011) $
|
Method Summary |
void |
addAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<?> type)
|
void |
addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation> binding,
java.lang.annotation.Annotation... bindingDef)
|
void |
addQualifier(java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)
|
void |
addScope(java.lang.Class<? extends java.lang.annotation.Annotation> scope,
boolean normal,
boolean passivating)
|
void |
addStereotype(java.lang.Class<? extends java.lang.annotation.Annotation> stereotype,
java.lang.annotation.Annotation... stereotypeDef)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeforeBeanDiscoveryImpl
public BeforeBeanDiscoveryImpl(WebBeansContext webBeansContext)
addAnnotatedType
public void addAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<?> type)
-
- Specified by:
addAnnotatedType in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addQualifier
public void addQualifier(java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)
-
- Specified by:
addQualifier in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addInterceptorBinding
public void addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation> binding,
java.lang.annotation.Annotation... bindingDef)
-
- Specified by:
addInterceptorBinding in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addScope
public void addScope(java.lang.Class<? extends java.lang.annotation.Annotation> scope,
boolean normal,
boolean passivating)
-
- Specified by:
addScope in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addStereotype
public void addStereotype(java.lang.Class<? extends java.lang.annotation.Annotation> stereotype,
java.lang.annotation.Annotation... stereotypeDef)
-
- Specified by:
addStereotype in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.