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

com.houkunlin.system.common.aop.DownloadFileModel Maven / Gradle / Ivy

The newest version!
package com.houkunlin.system.common.aop;

import java.lang.annotation.*;

/**
 * 标记文件下载资源类
 *
 * @author HouKunLin
 */
@Inherited
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DownloadFileModel {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy