Spring Boot - Aspect-Oriented Programming
Which annotation is used to define a class as an aspect in Spring Boot?
@Aspect annotation marks a class as an aspect in Spring Boot.@Component or @Service are for beans but not for aspects.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions