I\'m not talking about mimicking AOP features in Scala (i.e. using Traits instead of Aspects), I\'m wondering is it possible to do true AOP in Scala (i.e. advices, aspects,
We have had no problems using Spring AOP with our Scala classes. It's not making any bytecode modifications though (only proxying).