From 074251e1666235f1eb62e5406821e8d05178ce9a Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 10 Mar 2005 12:58:40 +0000 Subject: [PATCH] remove dependency on 1.2 API - runtime libs must work at 1.1 level --- docs/adk15ProgGuideDB/annotations.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/adk15ProgGuideDB/annotations.xml b/docs/adk15ProgGuideDB/annotations.xml index d7abfe0af..cad65a650 100644 --- a/docs/adk15ProgGuideDB/annotations.xml +++ b/docs/adk15ProgGuideDB/annotations.xml @@ -935,19 +935,19 @@ Access to annotation information on members at a matched join point is also available through the getSignature method of the JoinPoint - and JoinPoint.StaticPart interfaces. The MemberSignature - interface is extended with the additional operation - java.lang.reflect.AccessibleObject getAccessibleObject(). The following fragment + and JoinPoint.StaticPart interfaces. The Signature + interfaces are extended with additional operations that provide access to the + java.lang.reflect Method, Field and + Constructor objects on which annnotations can be queried. The following fragment illustrates an example use of this interface to access annotation information. -- 2.39.5