Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 440 Bytes

nullanno

Annotations for Eclipse null-analysis (based on original Eclipse annotations, but modified so that types (<T>) are non-null by default as well).

Project is intended for use with Maven:

		<dependency>
			<groupId>io.github.solf</groupId>
			<artifactId>nullanno</artifactId>
			<version>3.1.0</version>
		</dependency>

You can see available versions here: https://repo.maven.apache.org/maven2/io/github/solf/nullanno/