jbuild 0.1.8

High-performance Java build tool supporting Maven and Gradle
Documentation
1
2
3
4
5
6
7
8
9
//! Annotation processing support for Java

pub mod processor;
pub mod registry;
pub mod config;

pub use processor::*;
pub use registry::*;
pub use config::*;