Annotation Interface ValidateRepoName
@Retention(RUNTIME)
@Target({METHOD,FIELD})
@InterceptorAnnotation(Processor.class)
public @interface ValidateRepoName
InterceptorAnnotation annotation to use on WebMethod signature.
Encapsulates preprocess logic. Checks that arg list contains nonnull repo name object
- Author:
- lanwen (Merkushev Kirill)
- See Also:
-
Nested Class Summary
Nested Classes