Skip to content

Commit

Permalink
Allow standard instance beans!
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@698 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 24, 2008
1 parent 475ccba commit 33f4c1f
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -91,6 +91,12 @@ protected void initDeploymentType()
{
this.deploymentType = Standard.class;
}

@Override
protected void checkDeploymentType()
{
// Allow @Standard here
}

/**
* Gets the underlying item
Expand Down

0 comments on commit 33f4c1f

Please sign in to comment.