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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.Plant
      extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.Flower
All Implemented Interfaces:
Ping
Direct Known Subclasses:
ForgetMeNot

@GuardedBySquirrel
@GuardedByWoodpecker
public class Flower
extends Plant


Constructor Summary
Flower()
           
 
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

Flower

public Flower()
Method Detail

pong

public void pong()


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