Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@658 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Gavin King authored and gavin.king@gmail.com committed Dec 22, 2008
1 parent ee83ab8 commit b3d5b48
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
public interface Manager
{

public <T> Set<Bean<T>> resolveByType(Class<T> type, Annotation... bindings);
public <T> Set<Bean<T>> resolveByType(Class<T> apiType, Annotation... bindings);

public <T> Set<Bean<T>> resolveByType(TypeLiteral<T> apiType, Annotation... bindings);

Expand Down

0 comments on commit b3d5b48

Please sign in to comment.