Package edu.ucsb.cs156.example.aop


package edu.ucsb.cs156.example.aop
  • Classes
    Class
    Description
    This class is an Aspect that logs all invocations of controller methods that are annotated with @RequestMapping, @GetMapping, @PostMapping, @PutMapping, @DeleteMapping, or @PatchMapping.