Annotation Interface PmdScan


@Documented @Qualifier @Retention(RUNTIME) @Target(PARAMETER) public @interface PmdScan
This tells the framework to inject the results of a PMD scan into the following parameter. This can only inject RuleSarif types.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The PMD rule ID.
  • Element Details

    • ruleId

      String ruleId
      The PMD rule ID.