org.jboss.cdi.tck.tests.interceptors.definition.member
Class Farm
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.definition.member.Farm
public class Farm
- extends Object
|
Constructor Summary |
Farm()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Farm
public Farm()
getAnimalCount
@AnimalCountInterceptorBinding(value=INCREASE)
public int getAnimalCount()
getVehicleCount
@VehicleCountInterceptorBinding(comment="foo")
public int getVehicleCount()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.