We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a827b commit 8db2bb2Copy full SHA for 8db2bb2
servant/src/main/java/com/iluwatar/servant/App.java
@@ -7,6 +7,8 @@
7
* Servant offers some functionality to a group of classes without defining that functionality in each of them.
8
* A Servant is a class whose instance provides methods that take care of a desired service,
9
* while objects for which the servant does something, are taken as parameters.
10
+ * <p>
11
+ * In this example {@link Servant} is serving {@link King} and {@link Queen}.
12
*
13
*/
14
public class App {
0 commit comments