/* ************************************* * * * JBoss: The OpenSource J2EE WebOS * * * * Distributable under LGPL license. * * See terms of license at gnu.org. * * * ************************************* */ /** * @@executionTypedef */ public class POJO3{ public int field1; public POJO3(){ } public void method(){ } }