diff --git a/zipkin/RATIONALE.md b/zipkin/RATIONALE.md index 71bd66df83d..5a5ee3ba75f 100644 --- a/zipkin/RATIONALE.md +++ b/zipkin/RATIONALE.md @@ -30,7 +30,7 @@ utilities. Zipkin is a library with embedded use cases, such as inside Java agents or Android code. -For example, Android has a [hard limit on total methods in an application](https://developer.android.com/build/multidex#avoid). +For example, Android has a [hard limit on total methods in an application](https://developer.android.com/build/multidex). Fields marked private imply accessors in order to share state in the same package. We routinely share state, such as codec internals within a package. If we marked fields private, we'd count against that limit without adding