Package com.embabel.common.util
Interface MessageList
-
- All Implemented Interfaces:
-
com.embabel.common.util.MessageGenerator
public interface MessageList implements MessageGenerator
Ordered list of messages
-
-
Method Summary
Modifier and Type Method Description Stringgenerate()Generate a message abstract List<String>getMessages()-
-
Method Detail
-
getMessages
abstract List<String> getMessages()
-
-
-
-