
org.jboss.arquillian.config.impl.extension.PropertyResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arquillian-config-impl-base Show documentation
Show all versions of arquillian-config-impl-base Show documentation
Implementation for the Config module.
The newest version!
package org.jboss.arquillian.config.impl.extension;
interface PropertyResolver {
String getValue(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy