This commit is contained in:
Rob Winch
2020-10-21 14:56:49 -05:00
parent 75770dd6c5
commit 435021a310
6 changed files with 37 additions and 15 deletions

View File

@@ -20,6 +20,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* A repository for accessing {@link Message}s.
* @author Rob Winch
*/
@Repository