Guest User

Untitled

a guest
Aug 17th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @Retention(RetentionPolicy.RUNTIME)
  2. @Target(ElementType.TYPE)
  3. @RequestMapping(value = "/api")
  4. @RestController
  5. public @interface MyApi
  6. {
  7.  
  8. }
Add Comment
Please, Sign In to add comment