| [aspectj-users] Accessing a protected class... |
There is a class that I need to access but it isn't public. It's a protected inner static class that's declared at the bottom of another class. How do I Import this class into my aspect in order to use it?