Skip to content

Commit 518b1b5

Browse files
committed
Deprecate PdfRichMediaAnnotation class
DEVSIX-3400
1 parent e8707cb commit 518b1b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kernel/src/main/java/com/itextpdf/kernel/pdf/annot/PdfRichMediaAnnotation.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ This file is part of the iText (R) project.
4747
import com.itextpdf.kernel.pdf.PdfDictionary;
4848
import com.itextpdf.kernel.pdf.PdfName;
4949

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
5055
public class PdfRichMediaAnnotation extends PdfAnnotation {
5156

5257
private static final long serialVersionUID = 5368329326723025646L;

0 commit comments

Comments
 (0)