[API] set old add-on deprecated

This commit is contained in:
Edouard DUPIN 2024-04-28 10:30:26 +02:00
parent c43dfa097a
commit b9b008b103

View File

@ -23,6 +23,7 @@ import org.slf4j.LoggerFactory;
import jakarta.validation.constraints.NotNull;
// TODO: maybe deprecated ==> use DataJson instead...
@Deprecated
public class AddOnSQLTableExternalForeinKeyAsList implements DataAccessAddOn {
static final Logger LOGGER = LoggerFactory.getLogger(AddOnManyToMany.class);
static final String SEPARATOR = "-";