From e743d8b92075dbd8944b723dc6b231825d2e0137 Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 11 Mar 2005 09:39:02 +0000 Subject: [PATCH] added example for declare @constructor --- docs/adk15ProgGuideDB/annotations.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ + + declare @constructor : BankAccount+.new(..) : @Secured(role="supervisor") + + + All constructors in BankAccount and its subtypes have the + annotation @Secured(role="supervisor"). + + + + declare @field : * DAO+.* : @Persisted; -- 2.39.5