scalaaspects

Scala and Aspects


Scala and Aspects can be used together? Are there benefits in this case?

Thanks


Solution

  • Scala is just like java, if you mean for example spring-like AOP I'm sure that annotations work either in scala or in java.

    On the other hand, the fact that Scala has closures (and java doesn't) makes AOP less interesting.