Commit 094f4a84 by aquilescanta Committed by Andrew Lewis

Add notice about backwards compatibility in PlaybackException

PiperOrigin-RevId: 373172693
parent d54168ae
......@@ -220,6 +220,9 @@ public class PlaybackException extends Exception implements Bundleable {
/**
* Identifiers for fields in a {@link Bundle} which represents a playback exception. Subclasses
* may use {@link #FIELD_CUSTOM_ID_BASE} to generate more keys using {@link #keyForField(int)}.
*
* <p>Note: Changes to the Bundleable implementation must be backwards compatible, so as to avoid
* breaking communication across different Bundleable implementation versions.
*/
@Documented
@Retention(RetentionPolicy.SOURCE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment