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

io.github.devsecops.engine.domain.resolver.strategy.ResolverStrategy Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package io.github.devsecops.engine.domain.resolver.strategy;

import java.util.Optional;

public interface ResolverStrategy {
    Optional resolve(String propertyName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy