se.jbee.inject.config
Interface Feature<T extends Enum<T>>
- Type Parameters:
T - The enum used as different features/options to chose from.
public interface Feature<T extends Enum<T>>
Features can be used to model more fine grained Edition by using
enums as the options to chose from.
- Author:
- Jan Bernitt (jan@jbee.se)
|
Method Summary |
T |
featureOf(Class<?> bundleOrModule)
|
featureOf
T featureOf(Class<?> bundleOrModule)
- Returns:
- The feature this given
Bundle or Module class represents or
null is it doesn't represent any special feature (so it will be install
in any case).