Esempio n. 1
0
 public void injectDimlet(DimletKey key) {
   DimletType type = key.getType();
   IDimletType itype = type.dimletType;
   if (itype.isInjectable()) {
     addToCost(key);
     itype.inject(key, this);
   }
 }