| Package | Description |
|---|---|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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,
Class<?> declaringComponentClass,
InjectionPointFactory factory,
BeanManagerImpl manager) |
MethodInjectionPoint(EnhancedAnnotatedCallable<T,X,Method> callable,
Bean<?> declaringBean,
Class<?> declaringComponentClass,
boolean observerOrDisposer,
InjectionPointFactory factory,
BeanManagerImpl manager) |
Copyright © 2015. All Rights Reserved.