SpineEventEngine / mc-java

Model Compiler for Java
Apache License 2.0
0 stars 2 forks source link

Handle class- and method name patterns in codegen settings #130

Closed alexander-yevsyukov closed 9 months ago

alexander-yevsyukov commented 9 months ago

This PR extends ApiAnnotationsPlugin with the ability to annotate classes and methods by name patterns specified in McJava options.

Correspondingly, previously disabled integration tests were enabled.