Exemplo n.º 1
0
 public RAMLModelHelper() {
   coreRaml.setBaseUri("http://example.com");
   coreRaml.setTitle("Please type API title here");
   coreRaml.setProtocols(Collections.singletonList(Protocol.HTTP));
 }