Annotation Interface SelectFiles


@SelectFiles is a container for one or more @SelectFile declarations.

Note, however, that use of the @SelectFiles container is completely optional since @SelectFile is a repeatable annotation.

Since:
1.8
See Also:
SelectFile
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of one or more @SelectFile declarations.