Annotation Type SelectFiles


@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
     since="1.8")
public @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
    SelectFile[] value
    An array of one or more SelectFiles.