diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-05-06 16:12:44 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-05-13 11:20:07 +0100 |
commit | d31d8e1cc167abf7835a1771b5ddc8d78aba9ac6 (patch) | |
tree | 056a897594706613f71316e87075a93c7d9d6ab7 /lombok.config | |
parent | 26af9368115f5f7296aa4123f38b4e1c81a40b8d (diff) |
Implement service and repository layers for storing temporal data
1. Basic structure created
2. Basic tests added
3. lombok.config included for coverage
Issue-ID: CPS-194
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Icf23c2e647106f7985dff14d9901806f7c4aa55a
Diffstat (limited to 'lombok.config')
-rw-r--r-- | lombok.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lombok.config b/lombok.config new file mode 100644 index 0000000..a23edb4 --- /dev/null +++ b/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file |