We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8707cb commit 518b1b5Copy full SHA for 518b1b5
kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRichMediaAnnotation.java
@@ -47,6 +47,11 @@ This file is part of the iText (R) project.
47
import com.itextpdf.kernel.pdf.PdfDictionary;
48
import com.itextpdf.kernel.pdf.PdfName;
49
50
+/**
51
+ * @deprecated Remove this class in 7.2. The deprecation relates to the fact that the prototype
52
+ * hasn't been implemented in a full yet and we do not expect the situation to change.
53
+ */
54
+@Deprecated
55
public class PdfRichMediaAnnotation extends PdfAnnotation {
56
57
private static final long serialVersionUID = 5368329326723025646L;
0 commit comments