JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.http.annotation
RequestBean
Contents
Description
Hide sidebar
Show sidebar
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