Class AnnotationsHelper

java.lang.Object
org.sonar.java.checks.helpers.AnnotationsHelper

public class AnnotationsHelper extends Object
  • Method Details

    • hasUnknownAnnotation

      public static boolean hasUnknownAnnotation(SymbolMetadata symbolMetadata)
    • annotationTypeIdentifier

      public static String annotationTypeIdentifier(String fullyQualified)
      Returns the `name` part of a `fully.qualified.name`, that is, the part after the last dot.