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

net.contextfw.web.application.configuration.SelfAddableProperty Maven / Gradle / Ivy

package net.contextfw.web.application.configuration;

import java.util.Collection;

public interface SelfAddableProperty, V> extends Property {
    T add(T collection, V value);
    V getValue();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy