From: wisberg Date: Sat, 28 Aug 2004 18:55:12 +0000 (+0000) Subject: Limitation stated in bug 50195 X-Git-Tag: V1_2_1~76 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=37cbf53470742210e168b24e954fd6e14482a8c0;p=aspectj.git Limitation stated in bug 50195 --- diff --git a/docs/progGuideDB/implementation.xml b/docs/progGuideDB/implementation.xml index 6e73e7665..5f255700e 100644 --- a/docs/progGuideDB/implementation.xml +++ b/docs/progGuideDB/implementation.xml @@ -116,6 +116,12 @@ Finally, note that one cannot define static fields or methods on interfaces. + + 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. + Other AspectJ implementations, indeed, future versions of ajc, may