Improve Bridge Javadoc
This commit is contained in:
parent
8c6caa29b7
commit
cdd586ec7c
@ -2,6 +2,9 @@ package com.iluwatar.bridge;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
* The Bridge pattern can also be thought of as two layers of abstraction. With Bridge,
|
||||||
|
* you can decouple an abstraction from its implementation so that the two can vary independently.
|
||||||
|
* <p>
|
||||||
* In Bridge pattern both abstraction ({@link MagicWeapon}) and implementation
|
* In Bridge pattern both abstraction ({@link MagicWeapon}) and implementation
|
||||||
* ({@link MagicWeaponImpl}) have their own class hierarchies. The interface of the
|
* ({@link MagicWeaponImpl}) have their own class hierarchies. The interface of the
|
||||||
* implementations can be changed without affecting the clients.
|
* implementations can be changed without affecting the clients.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user