From: wisberg Date: Mon, 12 Jan 2004 23:52:31 +0000 (+0000) Subject: qa div wrong X-Git-Tag: mostlyLastEclipse2xTree_20040112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=346fd1c4acfa5360e1a71aa171da283251ef99bf;p=aspectj.git qa div wrong --- 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.) - - - - -