is there any way to declare functions programmatic...
# reflect
s
is there any way to declare functions programmatically with annotations on them?
u
You can use ASM (asm.ow2.org) to generate bytecode and instantiate a class at runtime