Buisness logic docs packages
This commit is contained in:
@ -22,7 +22,7 @@ public class CourseService {
|
||||
/**
|
||||
* getCourseByName
|
||||
*
|
||||
* @param name
|
||||
* @param name name of course to be found
|
||||
* @return Course By Name
|
||||
*/
|
||||
public Optional<Course> getCourseByName(String name) {
|
||||
|
7
buisnesslogic/src/main/java/com/plannaplan/services/package-info.java
Executable file
7
buisnesslogic/src/main/java/com/plannaplan/services/package-info.java
Executable file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Provides service classes to make operations with entities or comunicate with
|
||||
* external systems.
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
package com.plannaplan.services;
|
Reference in New Issue
Block a user