You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/09/20 23:15:36 UTC

[2/3] isis git commit: ISIS-1712: adds clarifying comments for emiting of events from @Action / @Collection / @Property / @DomainObject and @DomainObjectLayout

ISIS-1712: adds clarifying comments for emiting of events from @Action / @Collection / @Property / @DomainObject and @DomainObjectLayout


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/c364d910
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/c364d910
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/c364d910

Branch: refs/heads/master
Commit: c364d910dd632badc7585983aebce79b2424058d
Parents: a068d2f
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Sep 20 23:49:16 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Sep 20 23:49:16 2017 +0100

----------------------------------------------------------------------
 .../guides/rgcfg/_rgcfg_configuring-core.adoc         | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/c364d910/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
index 3e85c30..6478694 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
@@ -50,6 +50,12 @@ Configuration properties for the JDO/DataNucleus objectstore can be found in the
 |===
 
 
+[TIP]
+====
+In order for these events to fire the action/collection/propert must, at least, be configured with the relevant annotation (even if no attributes on that annotation are set).
+====
+
+
 [[__rgcfg_configuring-core_lifecycle-events]]
 == Lifecycle Events
 
@@ -124,6 +130,10 @@ Configuration properties for the JDO/DataNucleus objectstore can be found in the
 
 |===
 
+[TIP]
+====
+In order for these events to fire the class must be annotated using `@DomainObject` (even if no attributes on that annotation are set).
+====
 
 
 
@@ -165,6 +175,10 @@ Configuration properties for the JDO/DataNucleus objectstore can be found in the
 
 |===
 
+[TIP]
+====
+In order for these events to fire the class must be annotated using `@DomainObjectLayout` (even if no attributes on that annotation are set).
+====