Interface StackBuilder<T>

All Superinterfaces:
Builder<T>
All Known Implementing Classes:
StackConfigurationBuilder, StackFileConfigurationBuilder

public interface StackBuilder<T> extends Builder<T>