Module uk.autores

Annotation Type RepeatableInputStreams


@Target({PACKAGE,TYPE}) @Retention(SOURCE) public @interface RepeatableInputStreams
Allows InputStreams to be used multiple times on a package or class. API consumers do not need to reference this type - it is only used by the compiler and annotation processor.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Repeating elements.
  • Element Details

    • value

      InputStreams[] value
      Repeating elements.
      Returns:
      the individual resource annotations