twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
484 stars 425 forks source link

feat: include parameter name information in compiled class files #810

Open allantodd opened 1 month ago

allantodd commented 1 month ago

Fixes #774

Include parameter name info in compiled class files so they can be discovered using introspection - see https://github.com/allantodd/twilio-parameter-name-example for a before and after comparison

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.