Not sure how to formulate this question, but here is the problem.
I have a namespace: my.foo.bar
In one of my classes, I accidentally named the namespace my.foo.bar
I want to fix the capitalization of the namespace so that everyone is on the same page, but this is a shared library, and I cannot afford to recompile all the programs using this.
So, is there something I can create that essentially redirects my.foo.bar to my.foo.bar ?
Ironicmuffin
source share