com.javaoffers.batis.modelhelper.anno.internal.NotNull Maven / Gradle / Ivy
package com.javaoffers.batis.modelhelper.anno.internal;
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;
/**
* It is used for prompting information. The ability to verify when there is no time
* @author mingJie
*/
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
public @interface NotNull {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy