Package ninja.uploads

Annotation Type FileProvider


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    @Inherited
    public @interface FileProvider
    Indicates that this annotation should use the given file provider to handle uploaded files. The default implementation is NoFileItemProvider, which indicates to not handle uploaded files, and let the users deal with the request by themselves.
    Author:
    Christian Bourgeois
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends FileItemProvider> value