Skip to:
Currently BytecodeProvidergenerates ProxyFactory(Factory), AccessOptimizer and InstantiationOptimizer at runtime.
BytecodeProvider
ProxyFactory(Factory)
AccessOptimizer
InstantiationOptimizer
Might be nice to allow generation of these at build-time (Gradle and Maven plugins).
Currently
BytecodeProvider
generatesProxyFactory(Factory)
,AccessOptimizer
andInstantiationOptimizer
at runtime.Might be nice to allow generation of these at build-time (Gradle and Maven plugins).