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

org.allurefw.report.tree.WithChildren Maven / Gradle / Ivy

The newest version!
package org.allurefw.report.tree;

import java.util.List;

/**
 * @author charlie (Dmitry Baev).
 */
public interface WithChildren {

    List getChildren();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy