X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Fspi%2Fmeta%2FStatementSupport.java;h=f9463a0f2fe4f9ef9149b42590516cbb24b9786c;hb=484bd5df7543f019d9fa46a676251b6897adf6fe;hp=22e20df65cf0052dc093f4e90063cfcfe287576c;hpb=19efe56f8f20f5692a100e765a581fbc8f0b4aca;p=yangtools.git diff --git a/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/StatementSupport.java b/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/StatementSupport.java index 22e20df65c..f9463a0f2f 100644 --- a/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/StatementSupport.java +++ b/yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/StatementSupport.java @@ -5,7 +5,6 @@ * 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.parser.spi.meta; import com.google.common.annotations.Beta; @@ -24,16 +23,12 @@ import org.opendaylight.yangtools.yang.parser.spi.source.SourceException; * Support for processing concrete YANG statement. * *

- * This interface is intended to be implemented by developers, which want to - * introduce support of statement to parser. Consider subclassing - * {@link AbstractStatementSupport} for easier implementation of this interface. + * This interface is intended to be implemented by developers, which want to introduce support of statement to parser. + * Consider subclassing {@link AbstractStatementSupport} for easier implementation of this interface. * - * @param - * Argument type - * @param - * Declared Statement representation - * @param - * Effective Statement representation + * @param Argument type + * @param Declared Statement representation + * @param Effective Statement representation */ public interface StatementSupport, E extends EffectiveStatement> extends StatementDefinition, StatementFactory {