Annotation Interface RouteMapper


@Retention(RUNTIME) @Target(METHOD) public @interface RouteMapper
An annotation that indicates that the annotated method should be picked up by protocols when calling Protocol.annotated(Receiver). This is an alternative to calling Protocol.routeMapper(Function).