public interface DeltaSpikeConfig extends Serializable
Marker interface for all type-safe framework configs.
All DeltaSpike Configuration objects implement this interface so they can be found more easily. There is no other functionality implied with this interface.
DeltaSpike uses a Typesafe Configuration approach. Instead of writing a properties file or XML, you just implement one of the configuration interfaces which will then be picked up as CDI bean. If there is already a default configuration for some functionality in DeltaSpike, you can use @Specializes or @Alternative to change those.
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.