Annotation Type Experimental


  • @Documented
    public @interface Experimental
    Indicates the feature is in experimental state: its existence, signature or behavior might change without warning from one release to the next. The only clients that are "safe" using experimental APIs are the sources of PMD itself.
    Since:
    6.7.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      A reason given for the experimental status.
    • Element Detail

      • value

        String value
        A reason given for the experimental status.
        Default:
        ""