Structures
The following structures are available globally.
-
UserDefault属性包装器注解 使用示例: @UserDefaultAnnotation(“userName”, defaultValue: “test”) public static var userName: String
See more
-
模块属性包装器注解 使用示例: @ModuleAnnotation(UserModuleService.self) static var userModule: UserModuleService
See more
-
插件属性包装器注解 使用示例: @PluginAnnotation(TestPluginProtocol.self) static var testPlugin: TestPluginProtocol
See more
-
路由属性包装器注解 使用示例: @RouterAnnotation(AppRouter.pluginRouter(_:)) static var pluginUrl: String = “app://plugin/:id”
See more