org.jboss.cdi.tck.tests.interceptors.definition.member
Class Plant

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.member.Plant

@PlantInterceptorBinding(age=1,
                         name="TEST")
public class Plant
extends Object


Field Summary
static String TEST
           
 
Constructor Summary
Plant()
           
 
Method Summary
 void grow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST

public static final String TEST
See Also:
Constant Field Values
Constructor Detail

Plant

public Plant()
Method Detail

grow

public void grow()


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