| Package | Description |
|---|---|
| org.jboss.weld.injection |
| Modifier and Type | Method and Description |
|---|---|
static InjectionPointFactory |
InjectionPointFactory.instance()
Returns the default
InjectionPointFactory singleton. |
static InjectionPointFactory |
InjectionPointFactory.silentInstance()
Returns an
InjectionPointFactory instance that never produces a ProcessInjectionPoint event. |
| Constructor and Description |
|---|
ConstructorInjectionPoint(EnhancedAnnotatedConstructor<T> constructor,
Bean<T> declaringBean,
java.lang.Class<?> declaringComponentClass,
InjectionPointFactory factory,
BeanManagerImpl manager) |
MethodInjectionPoint(EnhancedAnnotatedMethod<T,X> enhancedMethod,
Bean<?> declaringBean,
java.lang.Class<?> declaringComponentClass,
boolean observerOrDisposer,
InjectionPointFactory factory,
BeanManagerImpl manager) |
Copyright © 2014. All Rights Reserved.