Skip to content

Commit

Permalink
Oops, update Bean too
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@129 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Oct 23, 2008
1 parent 3f48b2d commit 42ea9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webbeans-api/src/main/java/javax/webbeans/manager/Bean.java
Expand Up @@ -52,9 +52,9 @@ protected Manager getManager()

public abstract Set<Annotation> getBindingTypes();

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

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

public abstract String getName();

Expand Down

0 comments on commit 42ea9a4

Please sign in to comment.