Annotation Type SomeArrayAnnotation


  • @Retention(SOURCE)
    @Target(TYPE)
    public @interface SomeArrayAnnotation
    • Element Detail

      • myBooleanWithDefault

        boolean[] myBooleanWithDefault
      • myClassWithDefault

        java.lang.Class<?>[] myClassWithDefault
        Default:
        {}
      • myEnumWithDefault

        SomeArrayAnnotation.TEST2[] myEnumWithDefault
        Default:
        {org.mapstruct.tools.gem.test.gem.SomeArrayAnnotation.TEST2.A}