cross cutting concern mumbo jumbo, , AOP. , AOP - , -. , , (peudocode)
class Aspect{
public void OnMethodBoundaryStart(some stuff){
System.out.println("Hey the method is starting!")
}
}
class AspectUser{
@OnMethodBoundaryStart
public void SomeMethod(){
System.out.println("Something");
}
}
OnMethodBoundaryStart -, , , -, , .
, , - . , , AOP, , AOP. AOP , , . , , . , .