Base.java :  » JBoss » jboss-aop-2.1.5 » org » jboss » test » aop » regression » jbaop206inheritadvised » Java Open Source

Java Open Source » JBoss » jboss aop 2.1.5 
jboss aop 2.1.5 » org » jboss » test » aop » regression » jbaop206inheritadvised » Base.java
/*
 * JBoss, the OpenSource J2EE webOS
 * 
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package org.jboss.test.aop.regression.jbaop206inheritadvised;

public class Base
{
   public void method()
   {
      
   }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.