@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Inherited public @interface FileProvider
NoFileItemProvider
, which indicates to not handle uploaded files, and
let the users deal with the request by themselves.Modifier and Type | Required Element and Description |
---|---|
Class<? extends FileItemProvider> |
value |
public abstract Class<? extends FileItemProvider> value
Copyright © 2019 ninjaframework. All rights reserved.