org.jboss.cdi.tck.tests.alternative.selection
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.alternative.selection.Foo
All Implemented Interfaces:
TestBean

@Priority(value=1000)
@Alternative
public class Foo
extends Object
implements TestBean


Constructor Summary
Foo()
           
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

getId

public String getId()
Specified by:
getId in interface TestBean


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