@Retention(value=RUNTIME) @Target(value=METHOD) public @interface GetAction
GetAction
Thus @GetAction("/foo") shall be treated as Action(value="/foo", methods={H.Method.GET})
@GetAction("/foo")
Action(value="/foo", methods={H.Method.GET})
String[]
value
public abstract String[] value
/service/{id}
Copyright © 2017. All Rights Reserved.