Silk DI 0.6


Uses of Class
se.jbee.inject.util.Constructible

Packages that use Constructible
se.jbee.inject.bootstrap   
se.jbee.inject.util   
 

Uses of Constructible in se.jbee.inject.bootstrap
 

Fields in se.jbee.inject.bootstrap with type parameters of type Constructible
static Macro<Constructible<?>> Macros.CONSTRUCT
           
 

Methods in se.jbee.inject.bootstrap with parameters of type Constructible
static
<T> Supplier<T>
SuppliedBy.costructor(Constructible<T> constructible)
           
 

Uses of Constructible in se.jbee.inject.util
 

Methods in se.jbee.inject.util that return Constructible
static
<T> Constructible<T>
Constructible.constructible(Constructor<T> constructor, Parameter<?>... parameters)
           
<E> Constructible<E>
Constructible.typed(Type<E> supertype)
           
 


Silk DI 0.6