In t5's former version, module has a id like hivemind does, using format like below

-----
package org.example.myapp.services;

import org.apache.tapestry.ioc.annotations.Id;

@Id("myapp")
public class MyAppModule
{
 public static Indexer buildIndexer()
  {
   return new IndexerImpl();
  }
}

Inject("service:myapp.Indexer")
private Indexer   indexer;

-----

Why the feature was removed? are there any reasons?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to