public interface DeltaSpikeConfig extends Serializable
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 type-safe 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 a CDI bean. If there is already a default configuration for some functionality in DeltaSpike, you can use @Specializes or @Alternative to change those.
Copyright © 2015 The Apache Software Foundation. All rights reserved.