Annotations & Supported Patterns
source parser의 추론을 보정하는 annotation과 안정적으로 분석되는 코드 모양입니다.
Selected annotations
@SelectedRequestParam
query parameter의 key, defaultValue, required, nullable, type override
@SelectedRequestPath
path variable의 key, defaultValue, required, nullable, type override
@SelectedResponseBody
method/local/parameter에 response type과 nullable override
Annotation target
SelectedRequestParam
LOCAL_VARIABLE, PARAMETER
SelectedRequestPath
LOCAL_VARIABLE, PARAMETER
SelectedResponseBody
LOCAL_VARIABLE, PARAMETER, METHOD
권장 route 모양
java
권장 handler 모양
java