Annotation Interface Wires


@Retention(CLASS) @Target(MODULE) public @interface Wires

Annotation that aggregates several @Wire annotations.

Since:
1.0
Author:
Jeremy Kuhn
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The list of @Wire to consider when compiling a module.
  • Element Details

    • value

      Wire[] value

      The list of @Wire to consider when compiling a module.

      Returns:
      A list of wire