Annotation Type MandatoryInFuture


@Documented @Target(METHOD) public @interface MandatoryInFuture
Indicates that methods having this annotation must be implemented in the future. A currently existing default implementation for the method is planned to be removed in a future minor or major release.
It is not planned to remove the default implementation with a patch level update. However, for compatibility reasons with future releases, it is recommended to add or override this method with a custom implementation already now, and not to rely on the current default implementation.