/* ************************************* * * * JBoss: The OpenSource J2EE WebOS * * * * Distributable under LGPL license. * * See terms of license at gnu.org. * * * ************************************* */ /** POJO to have execution pointcuts associated with it for testing * typedefs * @author Kabir Khan * */ public class POJO{ public int field1; public POJO(){ } public void method(){ } }