@Target(value={FIELD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented @CsvComposition @Repeatable(value=AnnotationExpanderTest.ComposeOverrideDefault4.List.class) @CsvNumberRange(min="0",max="20",order=2,groups=com.github.mygreen.supercsv.builder.AnnotationExpanderTest.Group1.class) @CsvNumberRange(min="0",max="30",order=1) public static @interface AnnotationExpanderTest.ComposeOverrideDefault4
属性の上書きあり
属性名の省略
public abstract String value
@CsvOverridesAttribute(annotation=com.github.mygreen.supercsv.annotation.constraint.CsvNumberRange.class, index=0) public abstract String max
Copyright © 2025 mygreen. All rights reserved.