@ApiStatus.OverrideOnly
.
The @ApiStatus.OverrideOnly
annotation indicates that the method is part of SPI (Service Provider Interface).
Clients of the declaring library should implement or override such methods, not call them directly.
Marking a class or interface with this annotation is the same as marking every method with it.