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:
    Repeatable
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      InputStreams[] value
      Repeating elements.
    • Element Detail

      • value

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