java2typescript icon indicating copy to clipboard operation
java2typescript copied to clipboard

Target classes are loaded and initialized via ClassLoader

Open JessHolle opened this issue 2 years ago • 1 comments

This is extremely problematic because classes (or their static dependencies) may have static initializers that outright fail in a compilation / annotation processor environment. This is a big motivator for the Java javax.lang.model packages.

JessHolle avatar Jun 28 '23 17:06 JessHolle

Hi @JessHolle thanks for valuable feedback.

This project currently is on hold because I've moved on other scripting solution.

If you have still interest in such project and would like help me on its evolution please take in consideration to submit a PR

bsorrentino avatar Jun 29 '23 10:06 bsorrentino