Uses of Class
net.java.sezpoz.Index
Packages that use Index
Package
Description
Support for declaring, creating, and inspecting indices of annotated Java elements.
-
Uses of Index in net.java.sezpoz
Methods in net.java.sezpoz that return IndexModifier and TypeMethodDescriptionstatic <A extends Annotation,
I>
Index<A, I> Load an index for a given annotation type.static <A extends Annotation,
I>
Index<A, I> Index.load
(Class<A> annotation, Class<I> instanceType, ClassLoader loader) Load an index for a given annotation type.