public class BeforeBeanDiscoveryImpl extends Object implements BeforeBeanDiscovery
| Constructor and Description |
|---|
BeforeBeanDiscoveryImpl(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotatedType(AnnotatedType<?> type) |
void |
addAnnotatedType(AnnotatedType<?> annotatedType,
String id) |
void |
addInterceptorBinding(AnnotatedType<? extends Annotation> annotatedType) |
void |
addInterceptorBinding(Class<? extends Annotation> binding,
Annotation... bindingDef) |
void |
addQualifier(AnnotatedType<? extends Annotation> annotatedType) |
void |
addQualifier(Class<? extends Annotation> qualifier) |
void |
addScope(Class<? extends Annotation> scope,
boolean normal,
boolean passivating) |
void |
addStereotype(Class<? extends Annotation> stereotype,
Annotation... stereotypeDef) |
public BeforeBeanDiscoveryImpl(WebBeansContext webBeansContext)
public void addAnnotatedType(AnnotatedType<?> type)
addAnnotatedType in interface BeforeBeanDiscoverypublic void addQualifier(Class<? extends Annotation> qualifier)
addQualifier in interface BeforeBeanDiscoverypublic void addInterceptorBinding(Class<? extends Annotation> binding, Annotation... bindingDef)
addInterceptorBinding in interface BeforeBeanDiscoverypublic void addScope(Class<? extends Annotation> scope, boolean normal, boolean passivating)
addScope in interface BeforeBeanDiscoverypublic void addStereotype(Class<? extends Annotation> stereotype, Annotation... stereotypeDef)
addStereotype in interface BeforeBeanDiscoverypublic void addAnnotatedType(AnnotatedType<?> annotatedType, String id)
public void addInterceptorBinding(AnnotatedType<? extends Annotation> annotatedType)
public void addQualifier(AnnotatedType<? extends Annotation> annotatedType)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.