Skip to content

Commit

Permalink
ditch getInstance()
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@891 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Gavin King authored and gavin.king@gmail.com committed Jan 12, 2009
1 parent 7fff459 commit 96a1d81
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java
Expand Up @@ -57,15 +57,6 @@ public interface InjectionPoint
*/
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
Expand Down

0 comments on commit 96a1d81

Please sign in to comment.