[webbeans-commits] Webbeans SVN: r891 - ri/trunk/webbeans-api/src/main/java/javax/webbeans.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Jan 12 11:16:40 EST 2009


Author: gavin.king at 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
     * 




More information about the weld-commits mailing list