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 2019/09/25 11:49:17 UTC

[isis] branch v2 updated: ISIS-2158: NatureOfService remove invalid apiNote

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new d6e7f06  ISIS-2158: NatureOfService remove invalid apiNote
d6e7f06 is described below

commit d6e7f061ee32b41d18eb287a5664d7c2474a423b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Sep 25 13:49:08 2019 +0200

    ISIS-2158: NatureOfService remove invalid apiNote
---
 .../main/java/org/apache/isis/applib/annotation/NatureOfService.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/applib/src/main/java/org/apache/isis/applib/annotation/NatureOfService.java b/core/applib/src/main/java/org/apache/isis/applib/annotation/NatureOfService.java
index 8f5705a..d22203e 100644
--- a/core/applib/src/main/java/org/apache/isis/applib/annotation/NatureOfService.java
+++ b/core/applib/src/main/java/org/apache/isis/applib/annotation/NatureOfService.java
@@ -21,11 +21,6 @@ package org.apache.isis.applib.annotation;
 /**
  * The different sorts of domain services recognized by Isis, as specified in {@link DomainService#nature()}
  * 
- * @apiNote
- * [EXPERIMENTAL]
- * Any service might also act as a stateless <em>Viewmodel</em>, eg. when used as return type of 
- * an <em>Action</em>. 
- * It's not well defined, what a viewer will render in such cases.
  */
 public enum NatureOfService {