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

com.mybaits.jpa.annotation.DaoClass Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.mybaits.jpa.annotation;

import java.lang.annotation.*;

/**
 * Created by Administrator on 2019/11/17 0017.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(value = {ElementType.TYPE})
@Documented
public @interface DaoClass {

    public Class daoClass() default void.class;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy