reproto-backend-java 0.3.36

Rethinking Protocol Generators
1
2
3
4
5
6
7
8
9
use codegen::Configure;

pub struct Module;

impl Module {
    pub fn initialize(self, e: Configure) {
        e.options.nullable = true;
    }
}