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

kalang.annotation.Nonnull Maven / Gradle / Ivy

There is a newer version: 1.11.0
Show newest version
package kalang.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 *
 * @author Kason Yang
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface Nonnull {
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy