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=refs%2Fchanges%2F13%2F23413%2F26;hp=de9baa68979e8f51c9bae8af088e8d08dc29d760;hpb=47ef70359e1a7dc28cb7e080b7fa7aaf060afa0c;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); }