Annotation Interface CyclicDependency


Indicates that the annotated class is intentionally part of a cyclic dependency of classes.

An analyzing tool can detect this annotation to modify or suppress its generated warnings.

Since:
1.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A short comment why this cyclic dependency has been accepted.
  • Element Details

    • reason

      String reason
      A short comment why this cyclic dependency has been accepted.
      Since:
      1.3
      Default:
      ""