Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-2898

[WON'T DO] Add `@LogicalTypeName` as a meta-annotation

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Trivial
    • Resolution: Won't Do
    • 2.0.0-M6
    • 2.0.0-M7
    • None
    • None

    Description

      @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;
      
      }
       

      Attachments

        Activity

          People

            Unassigned Unassigned
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: