Is there a way to configure the code analyzer to issue a warning/error if I've used a specific class somewhere?
I'm trying to migrate away from some old frameworks, so I can't just mark the classes as @Deprecated.
Is there a way to configure the code analyzer to issue a warning/error if I've used a specific class somewhere?
I'm trying to migrate away from some old frameworks, so I can't just mark the classes as @Deprecated.