This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 5374ffd ISIS-2464: sync adoc
5374ffd is described below
commit 5374ffd8732d58210ad37d50e26d13132fdd7a16
Author: Andi Huber <[email protected]>
AuthorDate: Sat Nov 21 09:51:37 2020 +0100
ISIS-2464: sync adoc
---
.../applib-ant/examples/annotation/Property.java | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git
a/api/applib/src/main/adoc/modules/applib-ant/examples/annotation/Property.java
b/api/applib/src/main/adoc/modules/applib-ant/examples/annotation/Property.java
index 3a29c4a..0749d64 100644
---
a/api/applib/src/main/adoc/modules/applib-ant/examples/annotation/Property.java
+++
b/api/applib/src/main/adoc/modules/applib-ant/examples/annotation/Property.java
@@ -54,15 +54,6 @@ public @interface Property {
// end::refguide[]
/**
- * Whether property edits, captured as {@link Command}s,
- * should be published to {@link CommandSubscriber}s.
- */
- // tag::refguide[]
- Publishing commandPublishing() // <.>
- default Publishing.NOT_SPECIFIED;
-
- // end::refguide[]
- /**
* The {@link CommandDtoProcessor} to process this command's DTO.
*
* <p>
@@ -76,6 +67,15 @@ public @interface Property {
// end::refguide[]
/**
+ * Whether property edits, captured as {@link Command}s,
+ * should be published to {@link CommandSubscriber}s.
+ */
+ // tag::refguide[]
+ Publishing commandPublishing() // <.>
+ default Publishing.NOT_SPECIFIED;
+
+ // end::refguide[]
+ /**
* Indicates that changes to the property that should be posted to the
* {@link org.apache.isis.applib.services.eventbus.EventBusService event
bus} using a custom (subclass of)
* {@link org.apache.isis.applib.events.domain.PropertyDomainEvent}.
@@ -126,7 +126,7 @@ public @interface Property {
* {@link ExecutionSubscriber}s.
*/
// tag::refguide[]
- Publishing executionPublishing() // <.>
+ Publishing executionPublishing() // <.>
default Publishing.NOT_SPECIFIED;
// end::refguide[]