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

nbowgum.rainbowgum-annotation.0.7.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
/**
 * Rainbowgum Annotations used for code generation.
 * This module is only needed for code generation annotations namely builders driven by configuration.
 * It is separated from core so that code generation can be done on the core module.
 */
module io.jstach.rainbowgum.annotation {
	exports io.jstach.rainbowgum.annotation;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy