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

ca.grimoire.critical.package-info Maven / Gradle / Ivy

Go to download

Annotations and processors for tagging questionable code and tracking TODOs in a compiler-detectable way.

The newest version!
/**
 * Provides @FixMe, @Todo, and @BadIdea annotations, and a compiler extension to
 * warn about their presence in code.
 */
@Todo("Needs some kind of automated tests.")
@FixMe("Only supports one occurrence of each annotation per symbol.")
package ca.grimoire.critical;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy