Class PropertyBuilder.GenericPropertyBuilder<T>

  • Type Parameters:
    T - Type of values the property handles
    Enclosing class:
    PropertyBuilder<B extends PropertyBuilder<B,​T>,​T>

    public static final class PropertyBuilder.GenericPropertyBuilder<T>
    extends PropertyBuilder<B,​T>
    Generic builder for a single-value property.
    Since:
    6.10.0
    Author:
    Clément Fournier