
cn.gjing.annotation.NotNull Maven / Gradle / Ivy
The newest version!
package cn.gjing.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Gjing
**/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.SOURCE)
public @interface NotNull {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy