-
- 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 createContent an object based off an existing object of the same type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Efrom(A from)Add the informaton from the provided param
-