nonimmutables.NoNilType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of value-fixture Show documentation
Show all versions of value-fixture Show documentation
Module that contains all tests for the code generation capability
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