CompilerReferenceService: fix Javadoc reference

This commit is contained in:
Yann Cébron
2019-03-08 17:14:31 +01:00
parent fbe16b2230
commit a56724ec15

View File

@@ -15,7 +15,7 @@ import org.jetbrains.annotations.Nullable;
/**
* The service is intended to provide an information about class/method/field usages or classes hierarchy that is obtained on compilation time.
* It means that this service should not affect any find usages result when initial project is not compiled or project language is not supported
* by {@link LanguageCompilerRefAdapter} extension. Any result provided by this service should be valid even if some part of a given project was
* by {@link com.intellij.compiler.backwardRefs.LanguageCompilerRefAdapter} extension. Any result provided by this service should be valid even if some part of a given project was
* modified after compilation.
*/
public interface CompilerReferenceService extends ProjectComponent {