Reports calls to API methods marked with an @ApiStatus.OverrideOnly annotation. An @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.