[Parameter Name Hints] EP comments clarified

This commit is contained in:
Yaroslav Lepenkin
2016-11-03 12:01:40 +03:00
parent 64e7499b24
commit b41a6e5cba
@@ -32,13 +32,12 @@ interface InlayParameterHintsProvider {
/**
* Provides fully qualified method name (e.g. "java.util.Map.put") and list of it's parameter names.
* Used when adding method to blacklist, when user invokes alt-enter on hint
* and selects "Do not show for this method".
* Used to obtain method information when adding it to blacklist
*/
fun getMethodInfo(element: PsiElement): MethodInfo?
/**
* Default list of methods for which hints should not be shown
* Default list of patterns for which hints should not be shown
*/
val defaultBlackList: Set<String>