Quantcast
Channel: . kam » aspectj
Viewing all articles
Browse latest Browse all 3

Running Spring AspectJ Tests with Maven

$
0
0
You need to use a real AspectJ aspect with Spring, where you would like to inject some dependencies into this aspect as a Spring container starts up. Here is an AspectJ aspect: @Aspect public class VeryImportantAspect { ... public void setSomeDependency( SomeDependency dependency ) { this.dependency = dependency; } ... } Now let’s define it [...]

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images