Re: Tapestry IoC Idea: annotations for build and contribute methods

2009-08-17 Thread Jun Tsai
Good idea,I had the same problem. 2009/8/17 Sergey Didenko > Hi, > > What do you think about dedicated annotations that are alternative to > buildXXX() and contributeXXX() name convention? > > I changed service names a few times and forgot to update my build and > contribute methods. > > If I wo

Tapestry IoC Idea: annotations for build and contribute methods

2009-08-17 Thread Sergey Didenko
Hi, What do you think about dedicated annotations that are alternative to buildXXX() and contributeXXX() name convention? I changed service names a few times and forgot to update my build and contribute methods. If I would code it with annotations, say @Build( serviceId = ServiceInterface.class