If the class Baz is in a class named package.foo.Bar, I think you can refer to it as package.foo.Bar$Baz and it'll work.
Aha! That works like a charm, thanks a lot :-)
If the class Baz is in a class named package.foo.Bar, I think you can refer to it as package.foo.Bar$Baz and it'll work.
Aha! That works like a charm, thanks a lot :-)