Interface CompiledBuilder


  • public interface CompiledBuilder
    Represents a builder that can be instantiated.
    Author:
    Ulf Lilleengen
    • Method Detail

      • newInstance

        <BUILDER extends com.yahoo.config.ConfigInstance.Builder> BUILDER newInstance()