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

com.neko233.toolchain.validator.annotation.NotNull Maven / Gradle / Ivy

package com.neko233.toolchain.validator.annotation;


import java.lang.annotation.*;

@Documented
@Target({ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface NotNull {

    String tips() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy