Annotation Interface ProvidedSonarScan


@Documented @Qualifier @Retention(RUNTIME) @Target(PARAMETER) public @interface ProvidedSonarScan
This tells the framework to inject the results of a Sonar scan into the following parameter.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The rule ID on the Sonar side.
  • Element Details

    • ruleId

      String ruleId
      The rule ID on the Sonar side.