Uses of Class
net.java.sezpoz.Index
-
Packages that use Index Package Description net.java.sezpoz 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 Index Modifier and Type Method Description static <A extends java.lang.annotation.Annotation,I>
Index<A,I>Index. load(java.lang.Class<A> annotation, java.lang.Class<I> instanceType)
Load an index for a given annotation type.static <A extends java.lang.annotation.Annotation,I>
Index<A,I>Index. load(java.lang.Class<A> annotation, java.lang.Class<I> instanceType, java.lang.ClassLoader loader)
Load an index for a given annotation type.
-