mirror of
https://github.com/fankes/moshi.git
synced 2025-10-22 01:19:22 +08:00
AnnotationSpec implements equals() in the way we need, but AnnotationMirror doesn't. As a consequence this fixes a problem where we were generating redundant adapters. Closes: https://github.com/square/moshi/issues/563