包名迁移: simapi → simcu::simapi(发布中央仓用 organization=simcu)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* 故 keyProvider 用类型名 String,运行时经 TypeInfo.get 解析后从 DI 取实例。
|
||||
*/
|
||||
|
||||
package simapi.annotations
|
||||
package simcu::simapi.annotations
|
||||
|
||||
@Annotation[target: [Parameter]]
|
||||
public class AesBody {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* 移植自 C# 项目 SimApi(E:\simcu\simapi-net),遵循 MIT 许可证。
|
||||
*/
|
||||
|
||||
package simapi.annotations
|
||||
package simcu::simapi.annotations
|
||||
|
||||
/**
|
||||
* 原样响应注解(对齐 C# SimApi.Attributes.OriginResponseAttribute)。
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* 移植自 C# 项目 SimApi(E:\simcu\simapi-net),遵循 MIT 许可证。
|
||||
*/
|
||||
|
||||
package simapi.annotations
|
||||
package simcu::simapi.annotations
|
||||
|
||||
/**
|
||||
* 声明式鉴权注解(对齐 C# SimApi.Attributes.SimApiAuthAttribute)。
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* 故 keyProvider 用类型名 String,运行时经 TypeInfo.get 解析后从 DI 取实例。
|
||||
*/
|
||||
|
||||
package simapi.annotations
|
||||
package simcu::simapi.annotations
|
||||
|
||||
@Annotation[target: [MemberFunction, Type]]
|
||||
public class SimApiSign {
|
||||
|
||||
Reference in New Issue
Block a user