GH-21 - A bit more Javadoc in the example module.

This commit is contained in:
Oliver Drotbohm
2022-10-21 13:09:13 +02:00
parent f53ff168f1
commit e972875e21
5 changed files with 21 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.event.TransactionalEventListener;
/**
* A Spring {@link Service} exposed by the inventory module.
*
* @author Oliver Drotbohm
*/
@Slf4j