This commit is contained in:
Rob Winch 2020-10-21 15:02:48 -05:00
parent 9ef29de187
commit 657adb29fe
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ import org.springframework.transaction.PlatformTransactionManager;
/**
* Spring Data Configuration.
*
* @author Rob Winch
*/
@Configuration

View File

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

View File

@ -23,6 +23,7 @@ import java.util.List;
/**
* A repository that integrates with Spring Security for accessing {@link Message}s.
*
* @author Rob Winch
*/
@Repository