diff options
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 |