Added docs into services

This commit is contained in:
2020-11-20 13:20:44 +01:00
parent 9ad8db527d
commit af8e2ced28
7 changed files with 25 additions and 0 deletions

View File

@ -8,6 +8,9 @@ import com.plannaplan.repositories.LecturerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Service of LecturerService which can get(Lecturer, Lecturers Ammount), save, delete lecturers.
*/
@Service
public class LecturerService {
@Autowired