-
- Type Parameters:
E
- The builder classA
- The class to derive from
- All Known Subinterfaces:
Annotation.Builder
,Content.Builder<A,D>
,Group.Builder
,ImmutableProperties.Builder
public interface WithFromBuilder<E,A>
Helper interface to indicate that a builder can create an object based off an existing object of the same type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
from(A from)
Add the informaton from the provided param
-