Package org.jboss.weld.ejb.spi
Interface SubclassedComponentDescriptor<T>
-
- Type Parameters:
T- the component type
public interface SubclassedComponentDescriptor<T>An implementation ofEjbDescriptormay optionally implement this interface if the EJB container uses subclassing to implement EJB functionality. Weld will use the class returned fromgetComponentSubclass()when instantiating a new EJB instance.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends T>getComponentSubclass()Returns the enhanced subclass of the component type.
-