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

com.mars.mj.annotation.MarsSelect Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.mars.mj.annotation;

import java.lang.annotation.*;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MarsSelect {

    /**
     * sql语句
     * @return
     */
    String sql();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy