Tapestry decorator with marker

2018-09-02 Thread Labhesh Ramchandani
Hi, I've written a simple decorator as follows (in my app module): @Decorate @TimeIt public static T decorateTimer(Class serviceInterface, T delegate, String serviceId, Logger logger, TimerDecorator decorator) { return decorator.build(serviceInterface, delegate, serviceId, l

RE: Tapestry decorator with marker

2018-09-02 Thread Labhesh Ramchandani
Minor correction: I meant to type: @Marker(TimeIt.class) public class ASpecificManagerImpl implements ASpecificManager {...} in my email.. (and not Timer.class...) (My question is still the same...thanks) From: Labhesh Ramchandani Sent: Sunday, September 02, 2018 8:56 PM To: 'users@tapestry.a