Sprinboot Anotations
Sprinboot Annotations
Annotation | Package | Example |
---|---|---|
@AllArgsConstructor |
import lombok.AllArgsConstructor; |
|
@RestController | ||
@Controller | ||
@ResponseBody | ||
@ResponseEntity |
||
@ControllerAdvice @ExceptionHandler @RestControllerAdvice |
||
@RequestEntity |
||
@RequestHeader + @RequestBody | ||
@Valid |