mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 16:59:24 +00:00
docs: update service locator
This commit is contained in:
@@ -91,10 +91,6 @@ Here is the output from running the example:
|
||||
15:39:51.420 [main] INFO com.iluwatar.servicelocator.ServiceImpl -- Service jndi/serviceA is now executing with id 56
|
||||
```
|
||||
|
||||
## Class diagram
|
||||
|
||||

|
||||
|
||||
## Applicability
|
||||
|
||||
* Use when you want to decouple service creation from client classes to reduce dependencies and improve code maintainability.
|
||||
|
||||
Reference in New Issue
Block a user