All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sirolf2009.objectchain.example.common.model.Message.xtend Maven / Gradle / Ivy

package com.sirolf2009.objectchain.example.common.model

import org.eclipse.xtend.lib.annotations.Accessors
import org.eclipse.xtend.lib.annotations.ToString
import org.eclipse.xtend.lib.annotations.EqualsHashCode

@ToString
@Accessors
@EqualsHashCode
/**
 * Holds a chat message that someone has said. 
 * Note that it does not include a username. Refer to {@link ClaimUsername} for more information on usernames
 */
class Message {
	
	var String message
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy