mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
CompilerReferenceService: fix Javadoc reference
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user