Skip to content

bmamatkadyr/spring-log-aspects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspect-Oriented Programming

Aspect-Oriented Programming (AOP) is a way of organizing code that separates common tasks, like logging, from the main code. It allows specific tasks to be reused across multiple parts of a program, making it easier to manage and reducing the amount of duplicated code.

Releases

No releases published

Packages

No packages published

Languages