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

step.core.objectenricher.EnricheableObject Maven / Gradle / Ivy

package step.core.objectenricher;

import java.util.Map;

public interface EnricheableObject {

    void addAttribute(String key, String value);

    String getAttribute(String key);

    Map getAttributes();

    void setAttributes(Map attributes);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy