You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jun Tsai <ju...@gmail.com> on 2009/12/07 07:30:16 UTC

How to override service with @Maker?

hi,all
  I have tow service;

  @Maker(Local.class)
  public static CacheManager buildLocalCacheManager(){
  }
  @Maker(Memcache.class)
  public static CacheManager buildMemcacheCacheManager(){
  }


now,I want to override the MemcacheCacheManager service,How to do?

thanks.

-- 
regards,
Jun Tsai