Package org.inferred.freebuilder
-
Annotation Types Summary Annotation Type Description FreeBuilder Annotates a type that has an auto-generated builder.IgnoredByEquals FreeBuilderwill not check properties annotated@IgnoredByEqualswhen comparing objects in its generatedObject.equals(Object).NotInToString FreeBuilderwill not include properties annotated@NotInToStringin the output of its generatedObject.toString()implementation.