Module uk.autores

Annotation Type RepeatableTexts


  • @Target({PACKAGE,TYPE})
    @Retention(SOURCE)
    public @interface RepeatableTexts
    Allows Texts 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
      Texts[] value
      Repeating elements.
    • Element Detail

      • value

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