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”
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