Re: convention and actions with annotations
gt; > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/convention-and-actions-with
convention and actions with annotations
Right now convention will find actions on named packages("com.my.classes.") or in package that match a package locator("actions", will match *.actions.*). Shouldn't it also find any action with an @Action annotation, disregarding the package? (there would be a flag to turn this off). musachy --