diff options
author | acolyer <acolyer> | 2004-12-09 14:03:18 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-12-09 14:03:18 +0000 |
commit | d474aa398cd671644f48fe8ffe55095109700a1e (patch) | |
tree | 49d10dc1186c5918e52bb80c7e7069f6ce2a30fe /docs/adk15ProgGuideDB/annotations.xml | |
parent | 592467e8a30dac18931ffed58a27e2b0835fbd9b (diff) | |
download | aspectj-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.xml | 5 |
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 |