@Documented @Target(value=TYPE) public @interface NoImplement
NoImplement must not be implemented, this means that the interface can include new non
default methods without breaking any implementation, so they can change without considering those changes as backwards
incompatible.
WARNING: Ignoring the presence of this annotation can cause compile or runtime problems when a new version is availableCopyright © 2023 MuleSoft, Inc.. All rights reserved.