Daniel Keir Haywood created ISIS-2898:
-----------------------------------------
Summary: 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
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)