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

io.lhysin.mybatis.ddd.spec.Code Maven / Gradle / Ivy

There is a newer version: 1.1.4-REALESE
Show newest version
package io.lhysin.mybatis.ddd.spec;

/**
 * The interface Code.
 */
public interface Code {
    /**
     * Gets code.
     *
     * @return the code
     */
    String getCode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy