square / square-java-sdk

Java client library for the Square API
https://developer.squareup.com
Other
59 stars 29 forks source link

Fixing issues with generating javadocs #62

Closed jguze closed 3 years ago

jguze commented 3 years ago

The < and > characters are special in javadocs, as they denote tags. Escaping them to allow javadocs to be generated.