From 37cbf53470742210e168b24e954fd6e14482a8c0 Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 28 Aug 2004 18:55:12 +0000 Subject: [PATCH] Limitation stated in bug 50195 --- docs/progGuideDB/implementation.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5