inferred / FreeBuilder

Automatic generation of the Builder pattern for Java
Apache License 2.0
838 stars 101 forks source link

Require visible nested types in Datatype #356

Closed alicederyn closed 5 years ago

alicederyn commented 5 years ago

Our source tests were incorrectly missing visible nested type information. Datatype will now throw an IllegalStateException if this property is empty, so we won't make this mistake again.