Implemented refine statement parsing.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / main / java / org / opendaylight / controller / yang / model / parser / builder / api / AbstractTypeAwareBuilder.java
index 35446ced15a33b3e0c25a8176e1ddb40ac97a9aa..02b4d7ff6c9cfe28e168234f6db72c58cc1242e6 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * Copyright (c) 2013 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.yang.model.parser.builder.api;
 
 import org.opendaylight.controller.yang.model.api.TypeDefinition;
 
+/**
+ * Basic implementation for TypeAwareBuilder builders.
+ */
 public class AbstractTypeAwareBuilder implements TypeAwareBuilder {
 
     protected TypeDefinition<?> type;