public class JavaAnnotationIndex extends StringStubIndexExtension<PsiAnnotation>
EP_NAME
Constructor and Description |
---|
JavaAnnotationIndex() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PsiAnnotation> |
get(java.lang.String s,
Project project,
GlobalSearchScope scope) |
static JavaAnnotationIndex |
getInstance() |
StubIndexKey<java.lang.String,PsiAnnotation> |
getKey() |
getKeyDescriptor, getVersion, traceKeyHashToVirtualFileMapping
getAllKeys, getCacheSize, processAllKeys
public static JavaAnnotationIndex getInstance()
public StubIndexKey<java.lang.String,PsiAnnotation> getKey()
public java.util.Collection<PsiAnnotation> get(java.lang.String s, Project project, GlobalSearchScope scope)
get
in class AbstractStubIndex<java.lang.String,PsiAnnotation>