| Package | Description |
|---|---|
| org.jboss.weld.injection | |
| org.jboss.weld.introspector |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T> |
class |
FieldInjectionPoint<T,X> |
class |
MethodInjectionPoint<T,X> |
class |
ParameterInjectionPoint<T,X> |
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a
ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the
original (e.g. because the original is an abstract Decorator)
This is a wrapper class, it is not thread-safe and any instance of this class should be used only for temporarily
enhancing the bean instance creation process. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldAnnotation<T extends Annotation> |
class |
ForwardingWeldClass<T> |
class |
ForwardingWeldConstructor<T> |
class |
ForwardingWeldField<T,X> |
class |
ForwardingWeldMember<T,X,S extends Member> |
class |
ForwardingWeldMethod<T,X> |
class |
ForwardingWeldParameter<T,X> |
Copyright © 2016 Seam Framework. All Rights Reserved.