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

nonimmutables.NoNilType Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
package nonimmutables;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

// Type annotation to check for sloppy typechecks which can take
// type mirror's toString which can include printed type annotation.
@Target(ElementType.TYPE_USE)
public @interface NoNilType {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy