BUG-865: deprecate SchemaContextHolder
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / SchemaContextHolder.java
index 4036658575d163dfb94417fc279d122a7a8cbd3c..90cb63eb25f297f5f9449ce997472a0a95fc1e68 100644 (file)
@@ -1,12 +1,16 @@
-
-/* Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
-*
-* This program and the accompanying materials are made available under the
-* terms of the Eclipse Public License v1.0 which accompanies this distribution,
-* and is available at http://www.eclipse.org/legal/epl-v10.html
-*/
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.yangtools.yang.model.api;
 
+/**
+ * @deprecated Use {@link SchemaContextProvider} instead.
+ */
+@Deprecated
 public interface SchemaContextHolder {
 
     SchemaContext getSchemaContext();