twilio / twilio-java

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

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

Open allantodd opened 3 months ago

allantodd commented 3 months 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.