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

cdc.applic.dictionaries.edit.EnRegistryOwner Maven / Gradle / Ivy

There is a newer version: 0.13.3
Show newest version
package cdc.applic.dictionaries.edit;

import java.util.List;

public interface EnRegistryOwner extends EnDictionaryOwner {
    public default List getRegistries() {
        return getChildren(EnRegistry.class);
    }

    public EnRegistry.Builder registry();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy