238239240241242243244245
Preconditions.checkNotNull(routingTypeAnnotation, "RoutingType annotation must be specified for all subclasses of RoutableDto. " + i.getName()); return routingTypeAnnotation.type(); } }