mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-26 15:02:44 +08:00
13 lines
279 B
Java
13 lines
279 B
Java
/**
|
|
* This file is part of the PlayEdu.
|
|
* (c) 杭州白书科技有限公司
|
|
*/
|
|
package xyz.playedu.api.middleware;
|
|
|
|
import java.lang.annotation.*;
|
|
|
|
@Documented
|
|
@Target({ElementType.METHOD})
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
public @interface ImageCaptchaCheckMiddleware {}
|