Uses of Interface
org.refcodes.properties.ResourceLoaderBuilder
-
Uses of ResourceLoaderBuilder in org.refcodes.properties
Classes in org.refcodes.properties with type parameters of type ResourceLoaderBuilderModifier and TypeInterfaceDescriptioninterfaceResourceLoaderBuilder<B extends ResourceLoaderBuilder<B>>This interface provides builder additions (as of the builder pattern for chained configuring method calls) for "dynamic"ResourceProperties: AsResourcePropertiesare immutable from an interface's point of view, there are no mutating methods provided.