Declarative registration of debugger service provider implementing a set
of interfaces.
By marking an implementation class with this annotation,
you automatically register that implementation for use by debugger.
The class must be public and have a public constructor which takes
no arguments or takes
ContextProvider
as an argument.