Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. package net.wolfgangwerner.tutorial.jaxrs.service;
  2.  
  3. public class MovieService {
  4. public String hello() { return "hello world"; }
  5. }
Add Comment
Please, Sign In to add comment