Bug 6795 - Deprecated sal-dom-xsql
[controller.git] / opendaylight / md-sal / sal-dom-xsql / src / main / java / org / opendaylight / controller / md / sal / dom / xsql / jdbc / JDBCProxy.java
index fb9aeb0e16d5e2dc2d26db20a8be2742efb342ef..da9f71a5c3bb15249c165eb4ab481e88c5f50a54 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2015 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.controller.md.sal.dom.xsql.jdbc;
 
 import java.lang.reflect.InvocationHandler;
@@ -5,6 +13,10 @@ import java.lang.reflect.Method;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+/**
+ * To be removed in Nitrogen
+ */
+@Deprecated
 public class JDBCProxy implements InvocationHandler {
     private static final Logger LOG = LoggerFactory.getLogger(JDBCProxy.class);
     private Object myObject = null;