diff options
Diffstat (limited to 'docs/adk15ProgGuideDB/ataspectj.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/ataspectj.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/adk15ProgGuideDB/ataspectj.xml b/docs/adk15ProgGuideDB/ataspectj.xml index 720d21b61..2836c5e08 100644 --- a/docs/adk15ProgGuideDB/ataspectj.xml +++ b/docs/adk15ProgGuideDB/ataspectj.xml @@ -75,7 +75,7 @@ public aspect Foo perthis(execution(* abc..*(..))) {} ]]></programlisting> - <sect2> + <sect2 id="limitations" xreflabel="limitations"> <title>Limitations</title> <para>Privileged aspects are not supported by the annotation style.</para> @@ -105,7 +105,7 @@ <literal>Around</literal> annotations. </para> - <sect2> + <sect2 id="pointcuts" xreflabel="pointcuts"> <title>Pointcuts</title> <para> @@ -307,7 +307,7 @@ </sect2> - <sect2> + <sect2 id="advice" xreflabel="advice"> <title>Advice</title> <para>In this section we first discuss the use of annotations for @@ -831,3 +831,4 @@ </sect1> </chapter> + |