Annotation Type GHRepoName
@Retention(RUNTIME)
@Target(PARAMETER)
@Documented
@InjectedParameter(PayloadHandler.class)
public @interface GHRepoName
InjectedParameter annotation to use on WebMethod parameters.
Converts form submission to
GitHubRepositoryName
- Since:
- 1.17.0
- Author:
- lanwen (Merkushev Kirill)
- See Also:
-
Nested Class Summary