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

lodsve.core.properties.autoconfigure.annotations.Required Maven / Gradle / Ivy

There is a newer version: 2.7.5-RELEASE
Show newest version
package lodsve.core.properties.autoconfigure.annotations;

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

/**
 * 是否必填.
 *
 * @author sunhao([email protected])
 * @version V1.0, 16/5/9 下午3:10
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface Required {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy