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

com.yqjr.framework.annotation.FrameworkDao Maven / Gradle / Ivy

/**
 * 
 */
package com.yqjr.framework.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import org.springframework.stereotype.Repository;

/**
 * ClassName: FrameworkDao 
* Description: 框架Dao,同原框架MybatisDao
* Create By: admin
* Create Date: 2017年5月3日 上午8:55:05
* Modified By:
* Modified Date:
* Modified Content:
* Version: 1.0
*/ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented @Repository public @interface FrameworkDao { String value() default ""; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy