On 20.06.19 20:13, adithyank wrote:
So far we have only Java Extension classes.

With AST Transformation, can we register Extension classes with Groovy
Runtime?? is it what you are saying?

The AST Transformation can write to the extension module file, which the
runtime uses to register the extension classes. But this is only for
extension classes written in Groovy. For Java written extension classes
a similar mechanism can be used, a Java Annotation processor. It could
then write to the same file.

bye blackdrag

Reply via email to