What is Aspect-Oriented Programming? Technology Community › Category: Spring › What is Aspect-Oriented Programming? 0 Vote Up Vote Down VietMX Staff asked 4 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.