@Target(value={TYPE,FIELD,PARAMETER,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Customized
It's very important to mark all manually modified elements so that during the upgrade process, Rest Connect can try to merge the newly generated code with the customized one, or at least generate a diff if automatic merge is not possible.
This annotation can be applied to classes, fields, parameters or methods. Uses of this annotation should be as granular and specific as possible.
Copyright © 2019. All rights reserved.