All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.leeonky.jfactory.Arguments Maven / Gradle / Ivy

package com.github.leeonky.jfactory;

public interface Arguments {
    

P param(String key);

P param(String key, P defaultValue); Arguments params(String property); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy