Andi Huber created CAUSEWAY-3860:
------------------------------------
Summary: [Introspection] Treat Java Record canonical Constructors
as quasi public
Key: CAUSEWAY-3860
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3860
Project: Causeway
Issue Type: Improvement
Components: Core
Reporter: Andi Huber
Assignee: Andi Huber
Fix For: 3.3.0
Such that for e.g. nested records like
{code:java}
record Params(
String p0,
int p1,
boolean p2) {
}
{code}
the canonical constructor is considered (unless explicitly declared private).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)