eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

Add option to fail the build when a callback method is not deprecated #352

Closed vietj closed 1 year ago

vietj commented 1 year ago

This is a temporary option, that will get removed later after callback cleanup.

This feature allows to fail the build when the API declares a callback that is not deprecated, it is used to ensure all callbacks are deprecated and find the callbacks easily.

Failures are reported by the Java compiler with precise reporting.