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 | |
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')
-rw-r--r-- | docs/adk15ProgGuideDB/ataspectj.xml | 5 | ||||
-rw-r--r-- | docs/adk15ProgGuideDB/ltw.xml | 6 |
2 files changed, 10 insertions, 1 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. diff --git a/docs/adk15ProgGuideDB/ltw.xml b/docs/adk15ProgGuideDB/ltw.xml index e822a5d20..05aef43f6 100644 --- a/docs/adk15ProgGuideDB/ltw.xml +++ b/docs/adk15ProgGuideDB/ltw.xml @@ -186,7 +186,11 @@ auxiliary aspects where the pointcut definitions themselves can be considered part of the configuration of the service. </para> - + + <para> + Note: concrete-aspect is not available in AspectJ 1.5 M3. + </para> + <para> The aspects element may optionally contain one or more include and exclude elements (by default, all defined aspects are used for weaving). |