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 --