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

net.sf.andromedaioc.model.builder.ModelBuilder Maven / Gradle / Ivy

The newest version!
package net.sf.andromedaioc.model.builder;

import net.sf.andromedaioc.model.beans.ContextModel;

public interface ModelBuilder {

    ContextModel build() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy