diff options
Diffstat (limited to 'docs/adk15ProgGuideDB')
-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). |