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

org.polkadot.direct.IModule Maven / Gradle / Ivy

The newest version!
package org.polkadot.direct;

import java.util.Set;

public interface IModule {
    S section(String section);

    Set sectionNames();

    default void addSection(String sectionName, S section) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy