Alex Shneyderman wrote:
public class Some { public Some(@Service @Tagged("configuration") EntityStore entityStore) { ... } }why not just: public Some(@Service("configuration") EntityStore entityStore
@Tagged is just one kind of qualifier. There could be others. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

