What is Aspect-Oriented Programming?

Technology CommunityCategory: SpringWhat is Aspect-Oriented Programming?
VietMX Staff asked 3 years ago

Aspects enable the modularization of cross-cutting concerns such as transaction management that span multiple types and objects by adding extra behavior to already existing code without modifying affected classes.