1 2 3 4 5 6
// Simple generic aspect declaration public aspect GenericAspect1<S,T> { public void doSomething(S s,T t) { } }