net.contextfw.web.application.configuration.SelfSettableProperty Maven / Gradle / Ivy
package net.contextfw.web.application.configuration;
public interface SelfSettableProperty extends Property {
T getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy