Skip to content
#

hub

Here are 280 public repositories matching this topic...

Android 开发中通过接口获取实现类,可用于module之间的通信,通过注解解决module的依赖初始化问题,良好的多线程环境下的线程安全以及性能。a concise di library which can get implementation class for a interface easily in multiple module app , also avoid check null when want to invoke a implementation by interface.

  • Updated Dec 9, 2020
  • Java
dashboard
lusloher
lusloher commented Mar 9, 2021

Maintenance

Right now you have to write down the action types manually like

`export type FlowActionTypes =

| LoadFlowAction

| CreateNewFlowAction

| UpdateFlowChartAction

| UpdateSelectedFlowAction

| DuplicateFlowAction

| DeleteFlowAction

| UpdateNodeAction

| DeleteNodeAction

| RerenderAction

| ImportFlowAction

| SetFlowArgumentsAction`

It would be nice to generate

Improve this page

Add a description, image, and links to the hub topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hub topic, visit your repo's landing page and select "manage topics."

Learn more