Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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?




Back to the top