@Target(value={PARAMETER,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface MultipartForm
When using the form class as input, you must put @FormParam annotations on either fields or setter methods.
When using this form class as output, you must put @FormParam annotations on either fields or getter methods.
Copyright © 2020 JBoss by Red Hat. All rights reserved.