com.github.sursmobil.dac.TransientResolve Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdac Show documentation
Show all versions of jdac Show documentation
Deployment agnostic configuration library for Java
package com.github.sursmobil.dac;
import java.util.function.Function;
public interface TransientResolve {
TypedProperty get(Function parser);
TransientResolve transform(Function parser);
}