From d474aa398cd671644f48fe8ffe55095109700a1e Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 9 Dec 2004 14:03:18 +0000 Subject: [PATCH] clarify requirement for runtime retention in @this, @target, @args --- docs/adk15ProgGuideDB/annotations.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ 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. + that does not have runtime retention using @this, @target + or @args. It is a compilation error to attempt to use + any of these designators to expose an annotation value that does not + have runtime retention. The this(), target(), and -- 2.39.5