Author: gavin.king(a)jboss.com
Date: 2009-01-12 11:16:40 -0500 (Mon, 12 Jan 2009)
New Revision: 891
Modified:
ri/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java
Log:
ditch getInstance()
Modified: ri/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java
===================================================================
--- ri/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java 2009-01-12
15:02:39 UTC (rev 890)
+++ ri/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java 2009-01-12
16:16:40 UTC (rev 891)
@@ -58,15 +58,6 @@
public Set<Annotation> getBindingTypes();
/**
- * Get the Web Bean instance into which the dependent object was injected
- *
- * @return the Web Bean instance into which the dependent object was injected
- * @throws IllegalStateException
- * if invoked while the instance is being created or destroyed
- */
- public Object getInstance();
-
- /**
* Get the Bean object representing the Web Bean that defines the injection
* point
*
Show replies by date