Annotation Interface RequiresModules


@Inherited @Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface RequiresModules
A container for the RequiresModule annotations to make it a Repeatable annotation.

Note that all modules must exist within the parameters defined for this to return a enabled condition.

Author:
James R. Perkins
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of one or more RequiresModule annotations.