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