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

xyz.erupt.core.annotation.EruptAttachmentUpload Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.core.annotation;

import xyz.erupt.annotation.config.Comment;
import xyz.erupt.annotation.fun.AttachmentProxy;

import java.lang.annotation.*;

@Comment("自定义附件上传,需在spring boot入口类中修饰")
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Inherited
public @interface EruptAttachmentUpload {
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy