Uses of Annotation Type
com.google.errorprone.annotations.InlineMe
-
Uses of InlineMe in com.google.errorprone.util
Modifier and TypeMethodDescriptionstatic boolean
ASTHelpers.hasAnnotation
(com.sun.source.tree.Tree tree, Class<? extends Annotation> annotationClass, VisitorState state) Deprecated.static boolean
ASTHelpers.hasAnnotation
(com.sun.tools.javac.code.Symbol sym, Class<? extends Annotation> annotationClass, VisitorState state) Deprecated.preferASTHelpers.hasAnnotation(Symbol, String, VisitorState)
to avoid needing a runtime dependency on the annotation class, and to prevent issues if there is skew between the definition of the annotation on the runtime and compile-time classpaths
ASTHelpers.hasAnnotation(Symbol, String, VisitorState)
to avoid needing a runtime dependency on the annotation class, and to prevent issues if there is skew between the definition of the annotation on the runtime and compile-time classpaths