Declarative registration of BreakpointsClassFilter implementation.
By marking the 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.