With ListEffectiveStatementImpl gone, this class does not have a direct
user and can thus be folded into AbstractEffectiveContainerSchemaNode.
Deprecate it for removal, so that it does not accidentally pick up
any new users.
JIRA: YANGTOOLS-1065
Change-Id: I70b4f11941d248f44dbb8fc146bf5564193b368d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit
6be4080cc62f637314debf0b4ccd8e7cc8f905f1)
import org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext;
@Beta
+@Deprecated
public abstract class AbstractEffectiveMustConstraintAwareSimpleDataNodeContainer<D extends DeclaredStatement<QName>>
extends AbstractEffectiveSimpleDataNodeContainer<D> implements MustConstraintAware {
private final @NonNull ImmutableSet<MustDefinition> mustConstraints;