
com.jfreeman.attribute.Attribute Maven / Gradle / Ivy
package com.jfreeman.attribute;
import com.jfreeman.lazy.Lazy;
/**
* @author jfreeman
*/
public interface Attribute
{
Lazy get(N node);
void set(N node, Lazy value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy