backend/restservice/src/main/java/com/plannaplan/responses/models/package-info.java

8 lines
212 B
Java
Raw Normal View History

2021-01-15 16:42:53 +01:00
/**
* Provides models of all possible api responses. Convention for naming this
* class is EntityModifierRepsone. For Example CourseDefaultResponse
*
* @since 1.0
*/
package com.plannaplan.responses.models;