Suppose I want to use Secured annotation of grails spring security core 2.0 plugin, which package should I use: either grails.plugin.springsecurity.annotation.Secured or org.springframework.security.access.annotation.Secured.
I'm using the former one but will there any problem if I use the latter one?