mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
GitOrigin-RevId: f9549d196e1ae273d1dadc1a21c692c0d4665d0e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3f92961c7b
commit
9ea75083e1
@@ -53,7 +53,7 @@ public interface ApiUsageProcessor {
|
||||
/**
|
||||
* Process overriding of a super class' method.
|
||||
*
|
||||
* @param method method that overrides the parent's method. {@code method.uastAnchor.sourcePsi} can be be used to highlight name declaration.
|
||||
* @param method method that overrides the parent's method. {@code method.uastAnchor.sourcePsi} can be used to highlight name declaration.
|
||||
* @param overriddenMethod super class' method being overridden
|
||||
*/
|
||||
default void processMethodOverriding(@NotNull UMethod method, @NotNull PsiMethod overriddenMethod) {}
|
||||
|
||||
Reference in New Issue
Block a user