You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/09/02 08:17:49 UTC

[isis] branch master updated: ISIS-2774: jdoc fix

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 9bd2a22  ISIS-2774: jdoc fix
9bd2a22 is described below

commit 9bd2a2263406f8e510f1da40c07c9de2454b376d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Sep 2 10:16:04 2021 +0200

    ISIS-2774: jdoc fix
---
 .../main/java/org/apache/isis/applib/annotation/ObjectLifecycle.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/annotation/ObjectLifecycle.java b/api/applib/src/main/java/org/apache/isis/applib/annotation/ObjectLifecycle.java
index 54b52c2..9507c65 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/annotation/ObjectLifecycle.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/annotation/ObjectLifecycle.java
@@ -26,8 +26,8 @@ import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
 /**
- * Indicates that a method is a lifecycle callback method, one that contributes (disabled, hidden, ...)
- * to its <i>Object</i>.
+ * Indicates that a method is an <i>Object</i> lifecycle callback method,
+ * one of (created, loaded, saved, ...).
  * <p>
  * May only be placed on <i>domain object</i> methods, not <i>mixins</i> nor <i>domain services</i>.
  * <p>