Using Tapestry 5, I'm looking at a (if possible) elegant way to customize the @IncludeStylesheet annotation in order to automatically add a version number to the style sheet file name.
For instance
How may I secure single eventhandlers by annotations?
I know how to secure Complete pages, but i have no idea how to check before invocation if a a method has an annotation.
Is ...