org.jboss.cdi.tck.tests.alternative.resolution.qualifier
Class Bar

java.lang.Object
  extended by org.jboss.cdi.tck.tests.alternative.resolution.qualifier.Bar
All Implemented Interfaces:
Foo

@Alternative
public class Bar
extends Object
implements Foo


Constructor Summary
Bar()
           
 
Method Summary
 int ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

ping

public int ping()
Specified by:
ping in interface Foo


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