Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] method parameter annotation in a pointcut

Am i wrong or are parameter annotations not possible?

Pointcut:
execution( !@NoPrivilegeCheck public * PrivilegedService+.*( @PrivilegesParameter PrivilegedCluster+))
does not work with the annotation PrivilegesParameter.

Is that right?


Back to the top