aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-03-11 09:39:02 +0000
committeracolyer <acolyer>2005-03-11 09:39:02 +0000
commite743d8b92075dbd8944b723dc6b231825d2e0137 (patch)
tree75178a609bbad4775ddf5e2cabb046eee91c5e7b /docs/adk15ProgGuideDB
parent84083371793771210c662bccede71570ed52cce3 (diff)
downloadaspectj-e743d8b92075dbd8944b723dc6b231825d2e0137.tar.gz
aspectj-e743d8b92075dbd8944b723dc6b231825d2e0137.zip
added example for declare @constructor
Diffstat (limited to 'docs/adk15ProgGuideDB')
-rw-r--r--docs/adk15ProgGuideDB/annotations.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/annotations.xml b/docs/adk15ProgGuideDB/annotations.xml
index cad65a650..83f3311d7 100644
--- a/docs/adk15ProgGuideDB/annotations.xml
+++ b/docs/adk15ProgGuideDB/annotations.xml
@@ -1337,6 +1337,16 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>declare @constructor : BankAccount+.new(..) : @Secured(role="supervisor")</term>
+ <listitem>
+ <para>
+ All constructors in <literal>BankAccount</literal> and its subtypes have the
+ annotation <literal>@Secured(role="supervisor")</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry>
<term>declare @field : * DAO+.* : @Persisted;</term>
<listitem>