Skip to content

Commit

Permalink
getBindingTypes() -> getBindings()
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@895 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Gavin King authored and gavin.king@gmail.com committed Jan 12, 2009
1 parent d794ca0 commit 336214c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -51,7 +51,7 @@ protected Manager getManager()

public abstract Set<Type> getTypes();

public abstract Set<Annotation> getBindingTypes();
public abstract Set<Annotation> getBindings();

public abstract Class<? extends Annotation> getScopeType();

Expand Down
Expand Up @@ -30,7 +30,7 @@ protected Decorator(Manager manager)

public abstract Class<?> getDelegateType();

public abstract Set<Annotation> getDelegateBindingTypes();
public abstract Set<Annotation> getDelegateBindings();

public abstract void setDelegate(Object instance, Object delegate);

Expand Down

0 comments on commit 336214c

Please sign in to comment.