add javadoc

This commit is contained in:
Konstantin Ulitin
2015-01-21 13:19:35 +03:00
parent d5ba847c86
commit 5a11edf754
@@ -6,6 +6,9 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
/**
* Excludes scope from use scope of PSI element. The extension should be used only for optimization, i.e. it should throw off scopes
* which can't contain references to provided PSI element.
*
* @author Konstantin.Ulitin
*/
public abstract class UseScopeOptimizer {