Package org.glassfish.hk2.classmodel.reflect.util
-
Interface Summary Interface Description ParsingConfig Filters the parsing activity to only deeply parse classes that are either annotated with an annotation returned byParsingConfig.getAnnotationsOfInterest()
or implements/subclass a type returned byParsingConfig.getTypesOfInterest()
.ResourceLocator Interface to load .class files as resources for processing by the parser. -
Class Summary Class Description AbstractAdapter Common archive adapter implementationClassModelActivator Created with IntelliJ IDEA.CommonModelRegistry DirectoryArchive Directory base archive abstractionInputStreamArchiveAdapter Archive adapter based on a single InputStream instance.JarArchive Jar based archive abstractionLinkedQueue<E> Non locked based linked queue.LinkedQueue.Node<E>