![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.autoconfigure.resolver.Resolver Maven / Gradle / Ivy
package com.github.ltsopensource.autoconfigure.resolver;
import com.github.ltsopensource.autoconfigure.AutoConfigContext;
import java.beans.PropertyDescriptor;
/**
* @author Robert HG ([email protected]) on 4/20/16.
*/
public interface Resolver {
void resolve(AutoConfigContext context, PropertyDescriptor descriptor, Class> propertyType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy