calmnetlib/src/com/captainalm/lib/calmnet/marshal/package-info.java

6 lines
214 B
Java
Raw Normal View History

2022-06-21 22:15:47 +01:00
/**
* This package contains the network marshals for managed sending of {@link com.captainalm.lib.calmnet.packet.IPacket}s on sockets.
*
* @author Captain ALM
*/
package com.captainalm.lib.calmnet.marshal;