com.nitorcreations.willow.utils.PropertySource Maven / Gradle / Ivy
The newest version!
package com.nitorcreations.willow.utils;
public interface PropertySource {
String getProperty(String key);
}
package com.nitorcreations.willow.utils;
public interface PropertySource {
String getProperty(String key);
}