Silk DI 0.6


Uses of Class
se.jbee.inject.bootstrap.Inspect

Packages that use Inspect
se.jbee.inject.bootstrap   
 

Uses of Inspect in se.jbee.inject.bootstrap
 

Fields in se.jbee.inject.bootstrap declared as Inspect
static Inspect Inspect.DEFAULT
          By default just the constructor is inspected.
 

Methods in se.jbee.inject.bootstrap that return Inspect
static Inspect Inspect.all()
           
static Inspect Inspect.allStatic()
           
 Inspect Inspect.annotatedWith(Class<? extends Annotation> annotation)
           
 Inspect Inspect.constructors()
           
 Inspect Inspect.methods()
           
static Inspect Inspect.methodsReturn(Type<?> returnType)
           
 Inspect Inspect.namedBy(Class<? extends Annotation> annotation)
           
 Inspect Inspect.returnTypeAssignableTo(Type<?> supertype)
           
 Inspect Inspect.returnTypeIn(Packages packages)
           
 


Silk DI 0.6