Browse Source

added example for declare @constructor

tags/V1_5_0M2
acolyer 19 years ago
parent
commit
e743d8b920
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      docs/adk15ProgGuideDB/annotations.xml

+ 10
- 0
docs/adk15ProgGuideDB/annotations.xml View File

@@ -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>

Loading…
Cancel
Save