Silk DI 0.6


se.jbee.inject.bootstrap
Interface Bundler


public interface Bundler

Determines all reachable Bundles starting from a root Bundle.

Author:
Jan Bernitt (jan@jbee.se)

Method Summary
 Class<? extends Bundle>[] bundle(Class<? extends Bundle> root)
           
 

Method Detail

bundle

Class<? extends Bundle>[] bundle(Class<? extends Bundle> root)
Parameters:
root - origin of reachable computation
Returns:
All Bundles (their Classes) that are reachable (installed) when starting from the given root Bundle.

Silk DI 0.6