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 Object
- implements javax.enterprise.inject.spi.BeforeBeanDiscovery
Events that is fired before container starts to discover beans.
- Version:
- $Rev: 1182847 $ $Date: 2011-10-13 15:31:37 +0200 (Do, 13 Okt 2011) $
| 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(Class<? extends Annotation> qualifier)
-
- Specified by:
addQualifier in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addInterceptorBinding
public void addInterceptorBinding(Class<? extends Annotation> binding,
Annotation... bindingDef)
-
- Specified by:
addInterceptorBinding in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addScope
public void addScope(Class<? extends Annotation> scope,
boolean normal,
boolean passivating)
-
- Specified by:
addScope in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
addStereotype
public void addStereotype(Class<? extends Annotation> stereotype,
Annotation... stereotypeDef)
-
- Specified by:
addStereotype in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.