Via ServiceBinder

  public static void bind(ServiceBinder binder)
    {
binder.bind(Dummy.class, DummyImpl.class).preventDecoration();
    }

On Fri, Mar 5, 2010 at 3:35 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Fri, 05 Mar 2010 11:33:49 -0300, Robin Komiwes <odiss...@gmail.com>
> wrote:
>
>  I use @PreventServiceDecoration to avoid that.
>>
>
> Are you building the Dummy service with a builder method?
>
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and instructor
> Owner, software architect and developer, Ars Machina Tecnologia da
> Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to