Package org.jboss.weld.ejb.spi
Interface BusinessInterfaceDescriptor<T>
- Type Parameters:
T- the type of the business interface
- All Known Implementing Classes:
ForwadingBusinessInterfaceDescriptor
public interface BusinessInterfaceDescriptor<T>
Represents the business interface of an EJB
- Author:
- Pete Muir
-
Method Summary
-
Method Details
-
getInterface
Gets the business interface class- Returns:
- the business interface class
-