Closed
Description
The nice part would be that, this would server also as a switch for the finalizer. So the if the cleanup interface is implemented the finalizers are used otherwise not.
However then we should probably extract the name customization to a new annotation too. Like @Finalizer(name = "my-custom-name")
in order to customize the finalizer name.
Original idea from @scrocquesel .