mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 20:33:03 +00:00
11 lines
252 B
Java
11 lines
252 B
Java
/**
|
|
* sinoreal2-web
|
|
* <br>Create date 2021/7/8 13:29
|
|
*
|
|
* @author <a href="https://qaiu.top">QAIU</a>
|
|
*/
|
|
@ModuleGen(name = "proxy", groupPackage = "cn.qaiu.lz", useFutures = true)
|
|
package cn.qaiu.lz;
|
|
|
|
import io.vertx.codegen.annotations.ModuleGen;
|