• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • resources
  • ValidCompilerAnnotation.yang
  • Vidyashree Rama's avatar
    [ONOS-4941][ONOS-4883][ONOS-4979]Grouping and uses interfile linking issue + defect fix · 07c26bb2 ...
    07c26bb2 Browse Files
    Change-Id: I5e8145f05d3ef570d4ecbbe885c93de172de0ea3
    Vidyashree Rama authored 2016-08-03 19:18:01 +0000
ValidCompilerAnnotation.yang 265 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
module event {

    namespace "http://example.com/event";
    prefix "ev";

    ca:compiler-annotation "/candidate-servers/server" {
        abc:app-data-structure "map" {
            ca:key "name";
        }
       xyz:app-extended-name "special-server";
    }
}