nz.ac.auckland.syllabus.payload.EventResponseBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of syllabus-core Show documentation
Show all versions of syllabus-core Show documentation
Overly complicated protocol-agnostic transmission layer for an event-based API implementation
package nz.ac.auckland.syllabus.payload;
/**
* User: marnix
* Date: 3/04/13
* Time: 12:17 PM
*
* Will function as a base for all syllabus event response structures
*/
public class EventResponseBase {
}