how to bind at runtime
Open
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
I am using ASM to generate implement classes of several `Interface` at runtime . i've add `@Singleton` annotation on the top of the Class Name , but i still can't get the Instance by Injector.getInstance(InterfaceName). those generate process happens in a module .
my question is , how to do binding at runtime
Contributor guide
Assessment
This issue has not been assessed yet.