So the rule of thumb is:
The type in a pointcut expression must be fully-qualified if it's an imported type, else not (e.g. Object, String, Number, etc.).
Type: Posts; User: galbrecht; Keyword(s):
So the rule of thumb is:
The type in a pointcut expression must be fully-qualified if it's an imported type, else not (e.g. Object, String, Number, etc.).
The type must be fully qualified.
Use java.util.Map instead of Map.
But why isn't it possible to use the type of the parameter of the corresponding Pointcut method?
I'm using 2.5rc1 with LTW.
The simple test class:
package foo;
import java.util.Map;
public class Service