Skip to content

Commit

Permalink
Merge pull request ome#4031 from sbesson/legacyqt_deprecation
Browse files Browse the repository at this point in the history
Add deprecation flags for LegacyQTTools/LegacyQTReader/LegacyQTWriter
  • Loading branch information
dgault authored Jul 5, 2023
2 parents a9fe437 + cc6a604 commit 2c39d95
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@

/**
* Utility class for working with QuickTime for Java.
*
* @Deprecated LegacyQTTools will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyQTTools {

// -- Constants --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
*
* Much of this code was based on the QuickTime Movie Opener for ImageJ
* (available at http://rsb.info.nih.gov/ij/plugins/movie-opener.html).
*
* @Deprecated LegacyQTReader will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyQTReader extends BIFormatReader {

// -- Fields --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@
* Additional video codecs will be added as time permits.
*
* @author Melissa Linkert melissa at glencoesoftware.com
*
* @Deprecated NativeQTReader will be unified with QTReader in Bio-Formats 7.0.0
* and should no longer be used
*/
@Deprecated
public class NativeQTReader extends FormatReader {

// -- Constants --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
*
* Much of this code was based on the QuickTime Movie Writer for ImageJ
* (available at http://rsb.info.nih.gov/ij/plugins/movie-writer.html).
*
* @Deprecated LegacyQTWriter will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyQTWriter extends FormatWriter {

// -- Constants --
Expand Down

0 comments on commit 2c39d95

Please sign in to comment.