
com.sghd.logging.csv.CsvIndex Maven / Gradle / Ivy
The newest version!
package com.sghd.logging.csv;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* CSV记录索引
*
* @author solq
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD, ElementType.METHOD })
public @interface CsvIndex {
int value();
String name() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy