News

This is a small TODO-list example application that shows how to create Aspect that handle cross-cutting concerns. It demonstrates 3 different Aspects: TimeLogAspect: an aspect applied through the ...
This repository demonstrates how to create and use a custom annotation in a Spring Boot application. The custom annotation @LogExecutionTime is used to measure and log the execution time of methods, ...