Annotations & Supported Patterns
Annotations that correct the inference of the source parser and code shapes that are reliably analyzed.
Selected annotations
@SelectedRequestParam
query parameter의 key, defaultValue, required, nullable, type override
@SelectedRequestPath
path variable의 key, defaultValue, required, nullable, type override
@SelectedResponseBody
Response type and nullable override in method/local/parameter.
Annotation target
SelectedRequestParam
LOCAL_VARIABLE, PARAMETER
SelectedRequestPath
LOCAL_VARIABLE, PARAMETER
SelectedResponseBody
LOCAL_VARIABLE, PARAMETER, METHOD