reproto-backend-java 0.3.10

Rethinking Protocol Generators
Documentation
1
2
3
4
5
6
7
8
9
use listeners::{Configure, Listeners};

pub struct Module;

impl Listeners for Module {
    fn configure(&self, e: Configure) {
        e.options.immutable = false;
    }
}