Reports invocations of API methods marked with @ApiStatus.OverrideOnly annotation.

@ApiStatus.OverrideOnly indicates that the annotated method is part of SPI (Service Provider Interface), which is intended to be only implemented or overridden but not called by clients of the declaring library. If a class or interface is marked with this annotation it means that all its methods can be only overridden.