Interface IConstValueBuilder<V>

Type Parameters:
V - Type of the constant value.
All Superinterfaces:
org.apache.commons.lang3.builder.Builder<V>, ISubTypeValueBuilder<V, IConstValueBuilder<V>>, IValueBuilder<V>, IValueConfigurator

public interface IConstValueBuilder<V> extends ISubTypeValueBuilder<V, IConstValueBuilder<V>>
A IValueBuilder for creating a constant value.
Since:
7.0.0
Author:
XIMA MEDIA GmbH