T
- the component typepublic interface SubclassedComponentDescriptor<T>
EjbDescriptor
may optionally implement this interface if the EJB container uses
subclassing to implement EJB functionality. Weld will use the class returned from getComponentSubclass()
when instantiating a new EJB instance.Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getComponentSubclass()
Returns the enhanced subclass of the component type.
|
Copyright © 2008-2015. All Rights Reserved.