AOP Flashcards

1
Q

AOP

A

1) identify the concerns
2) implement the concerns separately
3) AOP “weaver” assembles the final system base on the “rules”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

AOP Weaver is like a special purpose “compiler” or “loader”, The “weaving” is done at build/compile/load time, not at run time.

A

I.e. you should see the final version *.class after the jar is built (just like seeing setter/getter being created by @Getter or @Setter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly