Skip to content

eazybytes/spring

Repository files navigation

Annotations inside Spring framework

Annotation Description
@EnableAspectJAutoProxy Enable the aspect mechanism (AOP) inside your Spring app
@Aspect Will make a Spring bean to act as an Aspect