@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface NotExtensible
@Extensible annotation type, but the
@NotExtensible annotation type can serve as a reminder for classes
or interfaces that are not intended to be extended or implemented by
third-party code.
Copyright © 2022. All rights reserved.