jkbbwr
// env.jersey().register(::time) @GET @Path("/time") fun time(): String { return Instant.now().toString() }