aerial-framework/core

Import and instantiate all VOs in bootstrap class

dannykopping opened this issue · 1 comments

Due to the nature of Flash's JIT compiler, if a class is not imported AND instantiated at compile time, a service request from Aerial will return generic objects, not typed VOs

Closing this issue as it's not necessarily the responsibility of Aerial to hold the developer's hand in a known Flash JIT compiler problem.