Rest service package notes

This commit is contained in:
Filip Izydorczyk
2021-01-15 16:42:53 +01:00
parent bf7d0c7dbc
commit 061c3a24fe
8 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/**
* Provides rest controllers that defines endpoints and their accessibility
*
* @since 1.0
*/
package com.plannaplan.controllers;