X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Fbuilder%2Fapi%2FRefineBuilder.java;h=f36eb7fbe2522f24dead8db55554511c0f9b26b9;hb=42abb28b99a02f9580f4676ce5c315628e5bcd24;hp=183f9fd05c62d8a19ab451188576cdfee6f29bc0;hpb=0dab204f1b81c5f0f500bc7f4bc3301b321288c3;p=yangtools.git diff --git a/yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/builder/api/RefineBuilder.java b/yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/builder/api/RefineBuilder.java index 183f9fd05c..f36eb7fbe2 100644 --- a/yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/builder/api/RefineBuilder.java +++ b/yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/builder/api/RefineBuilder.java @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. + * Copyright (c) 2014 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 @@ -15,8 +16,9 @@ import org.opendaylight.yangtools.yang.model.api.MustDefinition; * Represents a local change to node introduced by uses statement * e.g. change in documentation, configuration or properties. * - * + * @deprecated Pre-Beryllium implementation, scheduled for removal. */ +@Deprecated public interface RefineBuilder extends DocumentedNodeBuilder { /** @@ -106,7 +108,7 @@ public interface RefineBuilder extends DocumentedNodeBuilder { * * This constraint has meaning only if associated node is list or leaf-list. * - * @param minElements number of maximum required elements. + * @param maxElements number of maximum required elements. */ void setMaxElements(Integer maxElements);