Silk DI 0.6


se.jbee.inject.config
Interface Edition


public interface Edition

An Edition decides wich features are contained in a specific setup.

Author:
Jan Bernitt (jan@jbee.se)

Field Summary
static Edition FULL
          Default Edition that has all features.
 
Method Summary
 boolean featured(Class<?> bundleOrModule)
           
 

Field Detail

FULL

static final Edition FULL
Default Edition that has all features.

Method Detail

featured

boolean featured(Class<?> bundleOrModule)
Returns:
true if the given Class of a Module or Bundle should be included in the context created (should be installed).

Silk DI 0.6