]> source.dussan.org Git - aspectj.git/commitdiff
Limitation stated in bug 50195
authorwisberg <wisberg>
Sat, 28 Aug 2004 18:55:12 +0000 (18:55 +0000)
committerwisberg <wisberg>
Sat, 28 Aug 2004 18:55:12 +0000 (18:55 +0000)
docs/progGuideDB/implementation.xml

index 6e73e76655f8d3ae5ca0dc12f5ec31394db2f203..5f255700ed6e13763e7de7058909636496523408 100644 (file)
        Finally, note that one cannot define static fields or methods 
        on interfaces.
   </para>
+  <para>
+       When declaring methods on target types, only methods declared 
+       public are recognizable in the bytecode, so methods must be 
+       declared public to be overridden in any subtype or to be called 
+       from code in a later compile using the target type as a library.
+  </para>
   
   <para>
     Other AspectJ implementations, indeed, future versions of ajc, may