asciidoctorj icon indicating copy to clipboard operation
asciidoctorj copied to clipboard

Add support for Lambdas as extensions

Open robertpanzer opened this issue 6 years ago • 0 comments

Currently all extensions that a user can register have to derive from a certain base class. For most extensions it is probably sufficient though to register only a function implementing a functional interface.

Check how lambdas can be supported in addition to classes and instances.

robertpanzer avatar Jan 12 '19 15:01 robertpanzer