-
- Type Parameters:
A- The builder class
- All Known Subinterfaces:
Annotation.Builder,Group.Builder
public interface WithNewIdBuilder<A>Helper interface to indicate that a builder should assign a new ID to an object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnewId()Assign a new id to the built object
-
-
-
Method Detail
-
newId
A newId()
Assign a new id to the built object- Returns:
- a builder with a new ID
-
-