Annotation Interface RuleDependencies


@Retention(RUNTIME) @Target({TYPE,CONSTRUCTOR,METHOD,FIELD}) public @interface RuleDependencies
This annotation allows multiple RuleDependency annotations to be applied to a single element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The set of rule dependencies for the annotated element.
  • Element Details

    • value

      The set of rule dependencies for the annotated element.