Package io.micronaut.http.annotation
Annotation Interface RequestBean
@Documented
@Retention(RUNTIME)
@Target({PARAMETER,ANNOTATION_TYPE})
@Bindable
@Inherited
public @interface RequestBean
Used to bind Bindable parameters to a Bean object.
- Since:
- 2.0
- Author:
- Anze Sodja