T
- Type built by this builder@Beta @PublicAPI 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.
Modifier and Type | Method and Description |
---|---|
T |
build()
Constructs an immutable instance of T.
|
T build()