aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB/annotations.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-12-09 14:03:18 +0000
committeracolyer <acolyer>2004-12-09 14:03:18 +0000
commitd474aa398cd671644f48fe8ffe55095109700a1e (patch)
tree49d10dc1186c5918e52bb80c7e7069f6ce2a30fe /docs/adk15ProgGuideDB/annotations.xml
parent592467e8a30dac18931ffed58a27e2b0835fbd9b (diff)
downloadaspectj-d474aa398cd671644f48fe8ffe55095109700a1e.tar.gz
aspectj-d474aa398cd671644f48fe8ffe55095109700a1e.zip
clarify requirement for runtime retention in @this, @target, @args
Diffstat (limited to 'docs/adk15ProgGuideDB/annotations.xml')
-rw-r--r--docs/adk15ProgGuideDB/annotations.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/adk15ProgGuideDB/annotations.xml b/docs/adk15ProgGuideDB/annotations.xml
index 9905350f3..8fddf0110 100644
--- a/docs/adk15ProgGuideDB/annotations.xml
+++ b/docs/adk15ProgGuideDB/annotations.xml
@@ -708,7 +708,10 @@
</para>
<para>It is a compilation error to attempt to match on an annotation type
- that does not have runtime retention using one of these pointcut designators.</para>
+ that does not have runtime retention using <literal>@this, @target</literal>
+ or <literal>@args</literal>. It is a compilation error to attempt to use
+ any of these designators to expose an annotation value that does not
+ have runtime retention.</para>
<para>
The <literal>this()</literal>, <literal>target()</literal>, and