Remove data class limitation from JsonClass doc.

This commit is contained in:
Eric Cochran
2018-04-07 20:33:22 -07:00
committed by GitHub
parent 2cc878da81
commit c4a2e7657f

View File

@@ -23,7 +23,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* Customizes how a type is encoded as JSON.
*
* <p>This annotation is currently only permitted on declarations of data classes in Kotlin.
* <p>This annotation is currently only permitted on declarations of classes in Kotlin.
*/
@Retention(RUNTIME)
@Documented