From 346fd1c4acfa5360e1a71aa171da283251ef99bf Mon Sep 17 00:00:00 2001 From: wisberg Date: Mon, 12 Jan 2004 23:52:31 +0000 Subject: [PATCH] qa div wrong --- docs/faq/faq.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index bdf74142b..f937d33f3 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -3346,8 +3346,13 @@ vmparam -Xmx384m + I declared a member on a interface, but javac does not see it. + + + + - This is true. The workaround is to compile all the top-level implementating + You have to compile all the top-level implementating classes of the interface using ajc. From an email by Jim Hugunin on the requirements for AspectJ 1.1 to implement members declared by an aspect on an interface: @@ -3359,11 +3364,6 @@ vmparam -Xmx384m (A class C is a top-most implementor of an interface I if C implements I and the superclass of C does not implement I.) - - - - - -- 2.39.5