[jboss-cvs] JBossAS SVN: r69030 - projects/aop/trunk/aop/src/main/org/jboss/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 16 09:18:28 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-01-16 09:18:28 -0500 (Wed, 16 Jan 2008)
New Revision: 69030

Removed:
   projects/aop/trunk/aop/src/main/org/jboss/aop/GeneratedAdvised.java
Log:
[JBAOP-513] Delete the unused GeneratedAdvised interface

Deleted: projects/aop/trunk/aop/src/main/org/jboss/aop/GeneratedAdvised.java
===================================================================
--- projects/aop/trunk/aop/src/main/org/jboss/aop/GeneratedAdvised.java	2008-01-16 14:00:52 UTC (rev 69029)
+++ projects/aop/trunk/aop/src/main/org/jboss/aop/GeneratedAdvised.java	2008-01-16 14:18:28 UTC (rev 69030)
@@ -1,44 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.aop;
-
-/**
- * Interface implemented by all classes or interfaces
- * that are AOP enabled in the generated-advisor mode.
- * <br>
- * In other words, every class that is generated-advisor weaved by JBoss AOP
- * automatically implements  this interface, which allows the domain retrieval.
- * 
- * @author  <a href="kabir.khan at jboss.com">Kabir Khan</a>
- */
-public interface GeneratedAdvised
-{
-   /**
-    * Returns the domain that is associated with this advised object.
-    * This domain contains all the bindings and other AOP configuration that has
-    * been used to weave this instance. Changes performed dynamically on the domain
-    * will automatically become efective on this advised object.
-    * 
-    * @return the domain where this advised object belongs.
-    */
-   AspectManager getDomain();
-}
\ No newline at end of file




More information about the jboss-cvs-commits mailing list