public interface DeltaSpikeConfig extends Serializable
All DeltaSpike dynamic 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 for most internal configuration. 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.
See DeltaSpikeBaseConfig
for static DeltaSpike configuration
based on properties.
Copyright © 2020 The Apache Software Foundation. All rights reserved.