aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-01-12 23:52:31 +0000
committerwisberg <wisberg>2004-01-12 23:52:31 +0000
commit346fd1c4acfa5360e1a71aa171da283251ef99bf (patch)
treed3a658d427f837fece583a73f7b7287cd88a4d80 /docs
parenta4a12342a16145ee4ac835c77827d8e16f6078cb (diff)
downloadaspectj-346fd1c4acfa5360e1a71aa171da283251ef99bf.tar.gz
aspectj-346fd1c4acfa5360e1a71aa171da283251ef99bf.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/faq.xml12
1 files 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
<qandaentry>
<question id="q:interfaceDeclarations"
xreflabel="Q:I declared a member on a interface, but javac does not see it.">
+ <para>I declared a member on a interface, but javac does not see it.
+ </para>
+ </question>
+
+ <answer>
<para>
- 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 <literal>ajc</literal>.
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.)
</para>
- </question>
- <answer>
- <para>
-
- </para>
</answer>
</qandaentry>
<qandaentry>