Author: gavin.king(a)jboss.com
Date: 2009-10-30 14:11:36 -0400 (Fri, 30 Oct 2009)
New Revision: 4465
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/ProcessSessionBean.java
Log:
get rid of obsolete method
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/ProcessSessionBean.java
===================================================================
---
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/ProcessSessionBean.java 2009-10-30
16:38:50 UTC (rev 4464)
+++
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/ProcessSessionBean.java 2009-10-30
18:11:36 UTC (rev 4465)
@@ -33,15 +33,6 @@
public interface ProcessSessionBean<X> extends ProcessManagedBean<Object>
{
/**
- * Returns the {@link javax.enterprise.inject.spi.AnnotatedType} representing
- * the bean class.
- *
- * @return the {@link javax.enterprise.inject.spi.AnnotatedType} for the bean
- * being registered
- */
- public AnnotatedType<X> getAnnotatedSessionBeanClass();
-
- /**
* Returns the EJB name of the session bean.
*
* @return the name of the EJB
Show replies by date