ice implementation methods
> which implement a service interface method, you can put the annotation in
> the service implementation method since Tapestry 5.4.2.
>
>
> >
> > Can you please suggest a better solution?
> >
> > Thanks again
> >
> &
hod(m, advice);
}
}
Thanks for answering all my questions!
-Original Message-
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Sent: Tuesday, September 04, 2018 10:24 AM
To: Tapestry users
Subject: Re: Tapestry decorator with marker
On Mon, Sep 3, 2018 at 10:
method, you can put the annotation in
the service implementation method since Tapestry 5.4.2.
>
> Can you please suggest a better solution?
>
> Thanks again
>
>
>
> -Original Message-
> From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
> S
rface().getMethods()) {
if (receiver.getMethodAnnotation(m, TimeIt.class) != null) {
receiver.adviseMethod(m, advice);
}
}
Thanks
-Original Message-
From: Labhesh Ramchandani
Sent: Monday, September 03, 2018 9:13 PM
To: 'Tapestry users'
Subject: RE: Tapestry decora
applied to
Can you please suggest a better solution?
Thanks again
-Original Message-
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Sent: Monday, September 03, 2018 3:37 PM
To: Tapestry users
Subject: Re: Tapestry decorator with marker
On Sun, Sep 2, 2018 at 9:56 PM Labhe
On Sun, Sep 2, 2018 at 9:56 PM Labhesh Ramchandani <
labhesh.ramchand...@aqr.com> wrote:
> Hi,
>
Hello!
> @Decorate
> @TimeIt
> public static T decorateTimer(Class serviceInterface, T delegate,
> String serviceId, Logger logger,
> TimerDecorator decorator) {
> return deco
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