Join Slack
Powered by
is there any way to declare functions programmatic...
# reflect
s
snowe
11/20/2017, 8:28 PM
is there any way to declare functions programmatically with annotations on them?
u
udalov
11/21/2017, 10:20 AM
You can use ASM (
asm.ow2.org
) to generate bytecode and instantiate a class at runtime
2
Views
Open in Slack
Previous
Next