X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-util%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Futil%2FBeanReader.java;h=09bb7fc24f969700544ba55596793f02773425e9;hb=f43b01b81319959b1907e3e04537f5169e7f33d8;hp=de9baa68979e8f51c9bae8af088e8d08dc29d760;hpb=ff0ca2ab34a016be25fc13fc05bfbd6aa698cee0;p=controller.git diff --git a/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java b/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java index de9baa6897..09bb7fc24f 100644 --- a/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java +++ b/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java @@ -1,10 +1,15 @@ +/* + * Copyright (c) 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.config.util; import javax.management.ObjectName; -/** - * Created by mmarsale on 20.2.2015. - */ public interface BeanReader { Object getAttributeCurrentValue(ObjectName on, String attributeName); }