Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public void create(@Option(required = false, name = "elems") final String[] elems){ ... }
  2.  
  3. myplugin --elems foo bar baz
  4.  
  5. public void create(@Option(required = false) final String[] elems){ ... }
  6.  
  7. myplugin foo bar baz
Add Comment
Please, Sign In to add comment