-
- Type Parameters:
A- The builder class
- All Known Subinterfaces:
Annotation.Builder,Group.Builder
public interface WithTypeBuilder<A>Helper interface to indicate that a builder should processor setting a type on an object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwithType(String type)Assign a type to the builder
-