Uses of Class
org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
-
Packages that use ClassVisitorImpl Package Description org.jvnet.hk2.testing.junit -
-
Uses of ClassVisitorImpl in org.jvnet.hk2.testing.junit
Subclasses of ClassVisitorImpl in org.jvnet.hk2.testing.junit Modifier and Type Class Description private static class
ServiceLocatorTestRule.Visitor
A very, very special-purposeClassVisitorImpl
suitable only for use by theServiceLocatorTestRule
class to determine efficiently whether a givenClass
is annotated withService
or not.
-