Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Annotation Types
  • Methods
  • Annotation Type Elements
  • Deprecated Annotation Types
    Annotation Type
    Description
    com.google.errorprone.annotations.concurrent.LockMethod
    the correctness of this annotation is not enforced; it will soon be removed.
    com.google.errorprone.annotations.concurrent.UnlockMethod
    the correctness of this annotation is not enforced; it will soon be removed.
  • Deprecated Methods
    Method
    Description
    com.google.errorprone.annotations.IncompatibleModifiers.value()
    use IncompatibleModifiers.modifier() instead
    com.google.errorprone.annotations.RequiredModifiers.value()
    use RequiredModifiers.modifier() instead
  • Deprecated Annotation Type Elements
    Annotation Type Element
    Description
    com.google.errorprone.annotations.IncompatibleModifiers.value()
    use IncompatibleModifiers.modifier() instead
    com.google.errorprone.annotations.RequiredModifiers.value()
    use RequiredModifiers.modifier() instead

Copyright © 2023 Google LLC. All rights reserved.