T
- Type built by this builder@Beta public interface ParameterBuilder<T>
This interface enforces that an instance of an immutable class can be retrieved using the
build()
method. Usually the built class (T) should be annotated with
BuilderClass
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
T build()