How to mark a service provider as replaceable?

I started creating a service using sponge api 1.0.0.
In javadoc , it said i can mark a provider as replaceable, and i’d like to do so, but how?

That’s a good question. There was a replaceable argument before, they removed it.

I guess now either all services are replaceable by default, or none. We have to ask @sk89q.

That’s the commit: