From e6861454f48b3ddb33c0c2b903c79833761f3e43 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 16 Apr 2024 15:11:51 +0200 Subject: [PATCH] Deprecate this component's ApplyLookupTable It migrated to imagej-common, since it is a core part of the LUTService. See imagej/imagej-common@4bd1e57ca24c9c0f2ccb00b450f68216fb317e70. --- .../net/imagej/plugins/commands/misc/ApplyLookupTable.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/net/imagej/plugins/commands/misc/ApplyLookupTable.java b/src/main/java/net/imagej/plugins/commands/misc/ApplyLookupTable.java index fe40912..76702af 100644 --- a/src/main/java/net/imagej/plugins/commands/misc/ApplyLookupTable.java +++ b/src/main/java/net/imagej/plugins/commands/misc/ApplyLookupTable.java @@ -64,8 +64,9 @@ * entries are constructed using their URLs with instances of this class. * * @author Barry DeZonia + * @deprecated Use {@link net.imagej.lut.ApplyLookupTable} instead. */ -@Plugin(type = Command.class, attrs = { @Attr(name = "no-legacy") }) +@Deprecated public class ApplyLookupTable implements Command { // -- Parameters --