From: acolyer Date: Thu, 10 Mar 2005 12:58:40 +0000 (+0000) Subject: remove dependency on 1.2 API - runtime libs must work at 1.1 level X-Git-Tag: V1_5_0M2~88 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=074251e1666235f1eb62e5406821e8d05178ce9a;p=aspectj.git remove dependency on 1.2 API - runtime libs must work at 1.1 level --- 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.