Annotation Interface RequiresPlugins


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface RequiresPlugins
Container annotation for declaring multiple RequiresPlugin annotations.
Since:
1.51
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A list of RequiresPlugin annotations to indicate that more than one plugin must be installed to use the features provided by the annotated DSL method.
  • Element Details

    • value

      A list of RequiresPlugin annotations to indicate that more than one plugin must be installed to use the features provided by the annotated DSL method.
      Returns:
      a list of RequiresPlugin annotations