Silk DI 0.6


Uses of Interface
se.jbee.inject.bootstrap.Macro

Packages that use Macro
se.jbee.inject.bootstrap   
 

Uses of Macro in se.jbee.inject.bootstrap
 

Fields in se.jbee.inject.bootstrap declared as Macro
static Macro<Parameter<?>[]> Macros.ARRAY
           
static Macro<Configuring<?>> Macros.CONFIGURE
           
static Macro<Constructible<?>> Macros.CONSTRUCT
           
static Macro<Binding<?>> Macros.EXPAND
           
static Macro<Class<?>> Macros.FORWARD
           
static Macro<Producible<?>> Macros.PRODUCE
           
static Macro<Instance<?>> Macros.SUBSTITUTE
           
 

Methods in se.jbee.inject.bootstrap with parameters of type Macro
<T> Macros
Macros.use(Class<T> type, Macro<? extends T> macro)
          Uses the given Macro for the given exact (no super-types!)
<T> Macros
Macros.use(Macro<T> macro)
          Uses the given Macro and derives the Macros.use(Class, Macro) type from its declaration.
 


Silk DI 0.6