Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-intellij-plugin/src/main/java/co…
Browse files Browse the repository at this point in the history
…m/facebook/litho/intellij/navigation/GeneratedClassFindUsagesHandler.java

Reviewed By: pentiumao

Differential Revision: D65131379

fbshipit-source-id: a8d8f81ca5cf6c931e969651464a64c29a417206
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Oct 29, 2024
1 parent ea9da31 commit 4d16bae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.facebook.litho.intellij.navigation;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.litho.intellij.LithoPluginUtils;
import com.facebook.litho.intellij.extensions.EventLogger;
import com.facebook.litho.intellij.logging.LithoLoggerProvider;
Expand All @@ -37,6 +38,7 @@
* Adds usages of corresponding Generated class to the search results of the Spec class, and
* excludes this generated class itself from the places to search.
*/
@Nullsafe(Nullsafe.Mode.LOCAL)
class GeneratedClassFindUsagesHandler extends FindUsagesHandler {
private final Function<PsiClass, PsiClass> findGeneratedClass;

Expand Down

0 comments on commit 4d16bae

Please sign in to comment.