[jboss-cvs] jboss-aop/src/main/org/jboss/aop/annotation ...

Kabir Khan kkhan at jboss.com
Tue Jul 18 12:52:15 EDT 2006


  User: kkhan   
  Date: 06/07/18 12:52:15

  Modified:    src/main/org/jboss/aop/annotation     
                        PortableAnnotationElement.java
                        AnnotationRepository.java
  Removed:     src/main/org/jboss/aop/annotation     
                        AnnotationCreator.java ProxyMapCreator.java
                        AnnotationProxy.java
  Log:
  Move AnnotationCreator out of aop into container project
  
  Revision  Changes    Path
  1.11      +3 -1      jboss-aop/src/main/org/jboss/aop/annotation/PortableAnnotationElement.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortableAnnotationElement.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aop/src/main/org/jboss/aop/annotation/PortableAnnotationElement.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- PortableAnnotationElement.java	12 Apr 2006 11:33:38 -0000	1.10
  +++ PortableAnnotationElement.java	18 Jul 2006 16:52:15 -0000	1.11
  @@ -31,6 +31,8 @@
   import javassist.bytecode.ClassFile;
   import javassist.bytecode.FieldInfo;
   import javassist.bytecode.MethodInfo;
  +
  +import org.jboss.annotation.factory.javassist.AnnotationProxy;
   import org.jboss.aop.AspectManager;
   import org.jboss.aop.util.ReflectToJavassist;
   
  @@ -44,7 +46,7 @@
    * AnnotationElement will be different for JDK 1.4 and JDK 1.5
    *
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   public class PortableAnnotationElement
   {
  
  
  
  1.11      +2 -1      jboss-aop/src/main/org/jboss/aop/annotation/AnnotationRepository.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationRepository.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aop/src/main/org/jboss/aop/annotation/AnnotationRepository.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- AnnotationRepository.java	29 Mar 2006 20:58:45 -0000	1.10
  +++ AnnotationRepository.java	18 Jul 2006 16:52:15 -0000	1.11
  @@ -30,6 +30,7 @@
   import java.util.Map;
   import java.util.Set;
   
  +import org.jboss.annotation.factory.AnnotationCreator;
   import org.jboss.logging.Logger;
   
   import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap;
  @@ -39,7 +40,7 @@
    * Repository for annotations that is used by the ClassAdvisor to override annotations.
    *
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   public class AnnotationRepository
   {
  
  
  



More information about the jboss-cvs-commits mailing list