Package io.hyperfoil.api.config
Annotation Type BuilderBase.IgnoreCopy
-
@Target(FIELD) @Retention(RUNTIME) public static @interface BuilderBase.IgnoreCopyUsed to ignore copying the field (e.g. when it's final, or we don't want to call it 'parent').