diff --git a/zipkin/RATIONALE.md b/zipkin/RATIONALE.md index 71bd66df83d..1fc2419a93a 100644 --- a/zipkin/RATIONALE.md +++ b/zipkin/RATIONALE.md @@ -30,6 +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). 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.