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/completion/LayoutSpecMethodParameterAnnotationsContributor.java

Reviewed By: jocelynluizzi13

Differential Revision: D63018119

fbshipit-source-id: 486dcca60f92a88773abfe0629b95cece214180a
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 19, 2024
1 parent ed705ee commit 53f0a8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import static com.facebook.litho.intellij.completion.CompletionUtils.METHOD_PARAMETER_ANNOTATION;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.litho.annotations.CachedValue;
import com.facebook.litho.annotations.Param;
import com.facebook.litho.annotations.Prop;
Expand Down Expand Up @@ -51,6 +52,7 @@
import java.util.stream.Stream;
import org.jetbrains.annotations.Nullable;

@Nullsafe(Nullsafe.Mode.LOCAL)
public class LayoutSpecMethodParameterAnnotationsContributor extends CompletionContributor {

public LayoutSpecMethodParameterAnnotationsContributor() {
Expand Down

0 comments on commit 53f0a8f

Please sign in to comment.