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

cdc.io.data.Leaf Maven / Gradle / Ivy

There is a newer version: 0.52.1
Show newest version
package cdc.io.data;

/**
 * Interface implemented by leaf nodes (they have no children).
 *
 * @author Damien Carbonne
 *
 */
public interface Leaf extends Child {
    // Nothing to declare
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy