Package org.sam.server.annotation
Annotation Type ExceptionResponse
-
@Retention(RUNTIME) @Target(METHOD) public @interface ExceptionResponse
ExceptionHandler 내에 선언된 메서드가 처리할 예외를 선언
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
value
-