Package org.immutables.builder
package org.immutables.builder
-
Annotation TypesClassDescriptionThis umbrella annotation does nothing.Annotate nested static builder to get access to the builder's fields to avoid building the entire object.The same as
Builder.Factory, but for constructors rather than static methods.Annotate static factory methods that produce some value (non-void, non-private) to create builder out of constructor parameters.Factory method parameter might be turned into builder parameter using this annotation.Applicable only to enum parameters, this annotation turns parameters into switcher methods on builder.