Uses of Annotation Interface
com.google.errorprone.annotations.InlineMe
Packages that use InlineMe
-
Uses of InlineMe in com.google.errorprone.util
Methods in com.google.errorprone.util with annotations of type InlineMeModifier and TypeMethodDescriptionstatic Optional<AnnotationValue> MoreAnnotations.getAnnotationValue(com.sun.tools.javac.code.Attribute.Compound attribute, String name) Deprecated.static Optional<AnnotationValue> MoreAnnotations.getAnnotationValue(AnnotationMirror annotationMirror, String name) Deprecated.UseMoreAnnotations.getValue(AnnotationMirror, String)instead.static Optional<com.sun.tools.javac.code.Attribute> Deprecated.static booleanASTHelpers.hasAnnotation(Tree tree, 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 classpathsstatic booleanASTHelpers.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
MoreAnnotations.getValue(AnnotationMirror, String).