[
https://issues.apache.org/jira/browse/ISIS-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445638#comment-17445638
]
Andi Huber commented on ISIS-2898:
----------------------------------
Not sure about that. This seems too specific to me, to be added to Isis!?
> Add `@LogicalTypeName` as a meta-annotation
> -------------------------------------------
>
> Key: ISIS-2898
> URL: https://issues.apache.org/jira/browse/ISIS-2898
> Project: Isis
> Issue Type: New Feature
> Affects Versions: 2.0.0-M6
> Reporter: Daniel Keir Haywood
> Priority: Trivial
> Fix For: 2.0.0-M7
>
>
> {code:java}
> @Column(length = LogicalTypeName.MAX_LEN, allowsNull = "true")
> @Property(maxLength = LogicalTypeName.MAX_LEN, optionality = OPTIONAL)
> @PropertyLayout
> @Parameter(maxLength = LogicalTypeName.MAX_LEN, optionality = OPTIONAL)
> @ParameterLayout
> @Target({ METHOD, FIELD, PARAMETER, ANNOTATION_TYPE })
> @Retention(RUNTIME)
> public @interface LogicalTypeName {
> int MAX_LEN = 254;
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)