Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently Java doc will be generated as per ONOS javadoc guidelines.
Note:  

 

 

 

Info
titleHere in wiki for the given examples for each YANG construct we have removed generated javadocs for documentation purpose. Code will contain all the default javadoc which we are providing in golden-eye release. Javadocs support will be enhanced in hummingbird release.

 

 

 

 

YANG statements

Module

Overview

...

should not come as a child node of augment node.

Info
title

...

A augment node can't add the same augmented info to an augmented node multiple times.

 


Java mapping

For a given augment node in the yang file one interface file and one builder class file will be generated. Generated files will be having attributes, getters and setters for augment node's child nodes and leaf or leaf-list.

...