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

com.jparams.object.builder.provider.Provider Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package com.jparams.object.builder.provider;

import com.jparams.object.builder.Context;

public interface Provider
{
    boolean supports(Class clazz);

    Object provide(Context context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy