Class WellKnownKeep

java.lang.Object
com.google.errorprone.bugpatterns.WellKnownKeep

public final class WellKnownKeep extends Object
A collection of annotations to treat as if they were annotated with @Keep.
  • Method Details

    • shouldKeep

      public final boolean shouldKeep(VariableTree tree)
    • shouldKeep

      public final boolean shouldKeep(MethodTree tree)
    • shouldKeep

      public final boolean shouldKeep(ClassTree tree)
    • shouldKeep

      public final boolean shouldKeep(Tree tree)