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/05/04 19:19:01 UTC

[isis] branch master updated: ISIS-2641: just some notes

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 5e78314  ISIS-2641: just some notes
5e78314 is described below

commit 5e783140306de471df8cecc6fc9edb03473c0e00
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue May 4 21:18:52 2021 +0200

    ISIS-2641: just some notes
---
 .../org/apache/isis/core/config/beans/IsisBeanTypeClassifierImpl.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/config/src/main/java/org/apache/isis/core/config/beans/IsisBeanTypeClassifierImpl.java b/core/config/src/main/java/org/apache/isis/core/config/beans/IsisBeanTypeClassifierImpl.java
index 4e2e72e..be80e62 100644
--- a/core/config/src/main/java/org/apache/isis/core/config/beans/IsisBeanTypeClassifierImpl.java
+++ b/core/config/src/main/java/org/apache/isis/core/config/beans/IsisBeanTypeClassifierImpl.java
@@ -74,6 +74,8 @@ implements IsisBeanTypeClassifier {
             
             // apiNote: abstract types and interfaces cannot be vetoed 
             // and should also never be identified as ENTITY, VIEWMODEL or MIXIN
+            // however, concrete types that inherit abstract ones with vetoes, 
+            // will effectively be vetoed through means of annotation synthesis
             return BeanClassification.delegated(BeanSort.ABSTRACT);
         }