mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +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