All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.wboost.common.annotation.parameter.ParameterConfig Maven / Gradle / Ivy

package top.wboost.common.annotation.parameter;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 参数值校验配置(需要用到参数校验注解需添加此注解)
 * @className ParameterConfig
 * @author jwSun
 * @date 2017年9月14日 上午10:32:01
 * @version 1.0.0
 */
@Target({ ElementType.ANNOTATION_TYPE })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ParameterConfig {

    String[] value() default {};

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy