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

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

public class Farm
extends Object


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

Constructor Detail

Farm

public Farm()
Method Detail

getAnimalCount

@AnimalCountInterceptorBinding(value=INCREASE)
public int getAnimalCount()

getVehicleCount

@VehicleCountInterceptorBinding(comment="foo")
public int getVehicleCount()


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