We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda20e9 commit 25af774Copy full SHA for 25af774
1 file changed
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/Coder.java
@@ -106,8 +106,8 @@ public abstract class Coder<T> implements Serializable {
106
* should delegate to component coders with the appropriate context when encoding nested
107
* structures.
108
*
109
- * @deprecated This class is deprecated. Use the newer encoding context mechanisms provided by the
110
- * beam SDK instead.
+ * @deprecated This class is deprecated and will be removed in future release.
+ * Use {@link Coder.Context} alternatives provided by the Beam SDk instead.
111
*/
112
@Deprecated
113
public static class Context {
0 commit comments