org.jboss.cdi.tck.tests.interceptors.definition.inheritance
Class PongPlant

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.Plant
      extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.PongPlant
All Implemented Interfaces:
Ping
Direct Known Subclasses:
Grass, Herb, Shrub

public class PongPlant
extends Plant


Constructor Summary
PongPlant()
           
 
Method Summary
 void pong()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.interceptors.definition.inheritance.Plant
inspect, inspectedBy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PongPlant

public PongPlant()
Method Detail

pong

@GuardedBySquirrel
public void pong()


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