Annotation Interface Description


@Target(TYPE) @Retention(SOURCE) public @interface Description
Describes the intent of a Refaster rule or group of Refaster rules.

Annotations on nested classes override the description associated with any enclosing class.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A description of the annotated Refaster rule(s).
  • Element Details

    • value

      String value
      A description of the annotated Refaster rule(s).
      Returns:
      A non-null string.