org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class AlternativeBar

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Bar
      extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.AlternativeBar

@Alternative
public class AlternativeBar
extends Bar

Author:
Martin Kouba

Constructor Summary
AlternativeBar()
           
 
Method Summary
 boolean isAlternative()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Bar
getBaz, getQux
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternativeBar

public AlternativeBar()
Method Detail

isAlternative

public boolean isAlternative()
Overrides:
isAlternative in class Bar


Copyright © 2008-2012 Seam Framework. All Rights Reserved.