org.apache.webbeans.portable.events.discovery
Class BeforeBeanDiscoveryImpl
java.lang.Object
org.apache.webbeans.portable.events.discovery.BeforeBeanDiscoveryImpl
- All Implemented Interfaces:
- BeforeBeanDiscovery
public class BeforeBeanDiscoveryImpl
- extends Object
- implements BeforeBeanDiscovery
Events that is fired before container starts to discover beans.
- Version:
- $Rev: 952250 $ $Date: 2010-06-07 16:39:41 +0200 (Mo, 07 Jun 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeforeBeanDiscoveryImpl
public BeforeBeanDiscoveryImpl()
addAnnotatedType
public void addAnnotatedType(AnnotatedType<?> type)
-
- Specified by:
addAnnotatedType in interface BeforeBeanDiscovery
addQualifier
public void addQualifier(Class<? extends Annotation> qualifier)
-
- Specified by:
addQualifier in interface BeforeBeanDiscovery
addInterceptorBinding
public void addInterceptorBinding(Class<? extends Annotation> binding,
Annotation... bindingDef)
-
- Specified by:
addInterceptorBinding in interface BeforeBeanDiscovery
addScope
public void addScope(Class<? extends Annotation> scope,
boolean normal,
boolean passivating)
-
- Specified by:
addScope in interface BeforeBeanDiscovery
addStereotype
public void addStereotype(Class<? extends Annotation> stereotype,
Annotation... stereotypeDef)
-
- Specified by:
addStereotype in interface BeforeBeanDiscovery
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.