Used to mark a property which will be used for multiple file upload using the <a:multiUpload> tag.
The jsp page:
The property will be automatically merged using persisted contents. The annotated property will be automatically fetched from the database (like @RetrieveEntity) and the multiple file property will merge uploaded contents with current database contents.
This annotation requires some extra Spring config.
Labels:
None