wiki.xsx.jg.annotation.IsNotNull Maven / Gradle / Ivy
package wiki.xsx.jg.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 不能为空注解
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface IsNotNull {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy