From 7167f0fe5408a44d88a2d70c1b529fb260b9ec80 Mon Sep 17 00:00:00 2001 From: ordaniel888 Date: Thu, 19 Sep 2024 16:22:38 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0e395bc..b1ee59d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ As of September 19, 2024, we have decided to no longer maintain this open-source ## Introduction Jersey comes with its own dependency injection framework for instantiating its classes. -... If you're using Guice as your dependency injection framework, and you want to inject your own classes into the JAX-RS classes you created - such as Resources and Filters - you need to bridge the gap between the two DI frameworks. This module aims to do just that by booting Jetty based Jersey server and initializing the bridge between HK2 and Guice.