org.jboss.cdi.tck.tests.lookup.injectionpoint.named
Class Carp

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.named.Carp
All Implemented Interfaces:
Animal

@Named
public class Carp
extends Object
implements Animal


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

Constructor Detail

Carp

public Carp()
Method Detail

ping

public Integer ping()
Specified by:
ping in interface Animal


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