diff options
author | avasseur <avasseur> | 2005-07-18 09:26:20 +0000 |
---|---|---|
committer | avasseur <avasseur> | 2005-07-18 09:26:20 +0000 |
commit | b6af07f0f5a889a220ad1301c9fd467068677d61 (patch) | |
tree | f876e754154297a2cf158017de7348f9dc700a1f /docs/adk15ProgGuideDB/ataspectj.xml | |
parent | 28c116d4771fd24f5298e7353fa68335e0f09a90 (diff) | |
download | aspectj-b6af07f0f5a889a220ad1301c9fd467068677d61.tar.gz aspectj-b6af07f0f5a889a220ad1301c9fd467068677d61.zip |
@DeclareAnnotation and guard to not use it in M3, doc update for M3
Diffstat (limited to 'docs/adk15ProgGuideDB/ataspectj.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/ataspectj.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/ataspectj.xml b/docs/adk15ProgGuideDB/ataspectj.xml index 37e48de06..717d5edb9 100644 --- a/docs/adk15ProgGuideDB/ataspectj.xml +++ b/docs/adk15ProgGuideDB/ataspectj.xml @@ -702,6 +702,11 @@ } ]]></programlisting> + <para> + Note: Declare annotation is not available in AspectJ 1.5 M3 and syntax might change + when it will be available. + </para> + <para>We also support annotation style declarations for declare warning and declare error - any corresponding warnings and errors will be emitted at weave time, not when the aspects containing the declarations are compiled. |