Annotation Interface BuilderBase.IgnoreCopy

Enclosing interface:
BuilderBase<S extends BuilderBase<S>>

@Target(FIELD) @Retention(RUNTIME) public static @interface BuilderBase.IgnoreCopy
Used to ignore copying the field (e.g. when it's final, or we don't want to call it 'parent').