1 Reply Latest reply on Sep 23, 2005 4:48 PM by nthx

    Jira issue opened: inner class not weaved on jdk4

      Hi. Just been trying to make inner, annotated classes work on jdk4. Doesn't work. The annotated class is not weaved by [annotationc].

      The class:

      /** @@pat.root */ //works
      public class TestRoot2
      {
       //.....
      
       /** @@pat.bo */ //NOT WEAVED ONLY ON JDK1.4
       class TestObject2
       {
      
       ......
       }
      }


      When using the same example on Java5 with normal annotations (not in comments) and withouth [annotationc] and without 'qdox.jar' my example works properly.

      Opened jira issue: http://jira.jboss.com/jira/browse/JBAOP-172

      Tomasz