mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-22 08:24:28 +00:00
#107 JavaDoc improvements for Poison Pill
This commit is contained in:
@@ -3,7 +3,8 @@ package com.iluwatar.poison.pill;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Interface that implements the Message pattern and represents an inbound or outbound message as part of an {@link Producer}-{@link Consumer} exchange.
|
||||
* Interface that implements the Message pattern and represents an inbound or outbound
|
||||
* message as part of an {@link Producer}-{@link Consumer} exchange.
|
||||
*/
|
||||
public interface Message {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user