@TupleConstructor@MapConstructor에서 해결되지 않은 식별자를 보고합니다 includesexcludes 어노테이션 속성 값입니다.

예:


  // 해결되지 않은 'c'
  @TupleConstructor(includes = ['a', 'b', 'c'])
  class X {
      def a
      def b
  }