Package edu.ucsb.cs156.example.aop
package edu.ucsb.cs156.example.aop
-
ClassDescriptionThis class is an Aspect that logs all invocations of controller methods that are annotated with
@RequestMapping
,@GetMapping
,@PostMapping
,@PutMapping
,@DeleteMapping
, or@PatchMapping
.