Java : Inner class of an interface (from google guice)
- by bsreekanth
Hello,
I was going through the source of google guice, and found an unfamiliar piece of code. It would be great learning if someone can clarify it.
I have very basic understanding of inner classes, as they keep the implementation details close to the public interface. Otherwise the inner class may pollute the namespace.
Now, I see the below…