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

org.xblackcat.sjpu.skel.IBuilder Maven / Gradle / Ivy

Go to download

Service for generating DB access logic in simple way via interfaces and annotations

There is a newer version: 2.0
Show newest version
package org.xblackcat.sjpu.skel;

/**
 * 04.04.2014 15:40
 *
 * @author xBlackCat
 */
public interface IBuilder {
     Class build(Class target) throws GeneratorException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy