Improve Servant Javadoc

This commit is contained in:
Ilkka Seppala 2015-10-04 00:13:08 +03:00
parent c3a827b475
commit 8db2bb2ac8

View File

@ -7,6 +7,8 @@ import java.util.ArrayList;
* Servant offers some functionality to a group of classes without defining that functionality in each of them.
* A Servant is a class whose instance provides methods that take care of a desired service,
* while objects for which the servant does something, are taken as parameters.
* <p>
* In this example {@link Servant} is serving {@link King} and {@link Queen}.
*
*/
public class App {