Annotation Type BuilderBase.IgnoreCopy


  • @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').