Annotation « tapestry « Java Enterprise Q&A





1. Customize Java Tapestry @IncludeStylesheet annotation    stackoverflow.com

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

 ...

2. Does an annotation exist for slf4j like the @Log for Tapestry?    stackoverflow.com

There is an annotation @Log in the Tapestry fwk which traces, with debug level, the entry and exit of a method. Is there the same thing for slf4j ?

3. Securing Tapestry eventhandlers with Annotations    stackoverflow.com

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 ...