Interface IConstValueBuilder<V>

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

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