diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 702616be..d068cebd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up JDK 17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1cb46abc..087581b8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up JDK 17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataBadRequestException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataBadRequestException.java
index cb7b244e..7f68ae82 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataBadRequestException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataBadRequestException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataClientException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataClientException.java
index cadca9d0..e4db64e7 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataClientException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataClientException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataErrorCode.java b/odata_api/src/main/java/com/sdl/odata/api/ODataErrorCode.java
index f66c89f8..4ac4aa9b 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataErrorCode.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataErrorCode.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataException.java
index 61512302..480054ef 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataNotImplementedException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataNotImplementedException.java
index 75b945fd..1deef8ad 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataNotImplementedException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataNotImplementedException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataRuntimeException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataRuntimeException.java
index 1e720bfb..98362e7d 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataRuntimeException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataRuntimeException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataServerException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataServerException.java
index 0eaff7b9..200c315e 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataServerException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataServerException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataSystemException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataSystemException.java
index ba3e60dd..db723b14 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataSystemException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataSystemException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/ODataUnsupportedMediaTypeException.java b/odata_api/src/main/java/com/sdl/odata/api/ODataUnsupportedMediaTypeException.java
index 91fe0edc..70efbbed 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/ODataUnsupportedMediaTypeException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/ODataUnsupportedMediaTypeException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/ODataEdmException.java b/odata_api/src/main/java/com/sdl/odata/api/edm/ODataEdmException.java
index 9b6db3a4..a27ed710 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/ODataEdmException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/ODataEdmException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmAction.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmAction.java
index fcfd630e..010cf566 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmAction.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmAction.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmActionImport.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmActionImport.java
index 06404682..3fcaba52 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmActionImport.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmActionImport.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmComplex.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmComplex.java
index 4c928c5b..3e4a469f 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmComplex.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmComplex.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmConstraint.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmConstraint.java
index 7a590bf7..64242454 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmConstraint.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmConstraint.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntity.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntity.java
index c6e27a4d..9111d9ef 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntity.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntity.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntitySet.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntitySet.java
index 312704a6..9e4c9aa4 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntitySet.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEntitySet.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEnum.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEnum.java
index 0e42202e..6d0f1575 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEnum.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmEnum.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunction.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunction.java
index 944f8704..91c9d12a 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunction.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunction.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunctionImport.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunctionImport.java
index d3a36726..50ca58d7 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunctionImport.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmFunctionImport.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmNavigationProperty.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmNavigationProperty.java
index ae38ab09..76f928ef 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmNavigationProperty.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmNavigationProperty.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmParameter.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmParameter.java
index 8f8ed1c1..f371b486 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmParameter.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmParameter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmProperty.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmProperty.java
index ba5869ee..97a789f7 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmProperty.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmProperty.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmPropertyRef.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmPropertyRef.java
index 74247e4e..9f93ed38 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmPropertyRef.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmPropertyRef.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmReturnType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmReturnType.java
index 75dca65e..9f16c875 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmReturnType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmReturnType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmSingleton.java b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmSingleton.java
index f46cb996..b5d6938c 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmSingleton.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/annotations/EdmSingleton.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/factory/EntityDataModelFactory.java b/odata_api/src/main/java/com/sdl/odata/api/edm/factory/EntityDataModelFactory.java
index 406fbb73..cecef307 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/factory/EntityDataModelFactory.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/factory/EntityDataModelFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/AbstractType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/AbstractType.java
index c7ec637b..5d74416a 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/AbstractType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/AbstractType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Action.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Action.java
index 3fa1488b..ab9aa137 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Action.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Action.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/ActionImport.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/ActionImport.java
index c06cd75f..3ddb1e8e 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/ActionImport.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/ActionImport.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/ComplexType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/ComplexType.java
index d14eadaf..ac8111bd 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/ComplexType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/ComplexType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/DerivableType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/DerivableType.java
index 9cbea46a..181a6502 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/DerivableType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/DerivableType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityContainer.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityContainer.java
index 28e6d01c..c57ffc53 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityContainer.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityContainer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityDataModel.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityDataModel.java
index ebc0a22e..34919e76 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityDataModel.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityDataModel.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntitySet.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntitySet.java
index 951c731e..0bb9e40d 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntitySet.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntitySet.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityType.java
index 35001778..7fa02344 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EntityType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumMember.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumMember.java
index 421d41a8..4c5761fb 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumMember.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumMember.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumType.java
index e797945a..c3c61816 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/EnumType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Facets.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Facets.java
index 682dabe6..f4a15139 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Facets.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Facets.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Function.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Function.java
index e672d355..81233e10 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Function.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Function.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/FunctionImport.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/FunctionImport.java
index 761685d4..23271f23 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/FunctionImport.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/FunctionImport.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Key.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Key.java
index e8d35443..7a6850d3 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Key.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Key.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/MetaType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/MetaType.java
index 1c0d5bbe..4d62fac6 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/MetaType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/MetaType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationProperty.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationProperty.java
index 4cedf6c1..bdbda1a1 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationProperty.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationProperty.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationPropertyBinding.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationPropertyBinding.java
index 55267ac8..b88a2df4 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationPropertyBinding.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/NavigationPropertyBinding.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/OnDeleteAction.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/OnDeleteAction.java
index 4b4a38d5..a26d0ecd 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/OnDeleteAction.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/OnDeleteAction.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Operation.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Operation.java
index ce3e9a97..c20886ec 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Operation.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Operation.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Parameter.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Parameter.java
index 5f5795db..99f943c2 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Parameter.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Parameter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/PrimitiveType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/PrimitiveType.java
index 302a39be..944fd6ae 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/PrimitiveType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/PrimitiveType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Property.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Property.java
index 86a219cd..25ff533c 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Property.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Property.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/PropertyRef.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/PropertyRef.java
index 6dc764d0..96dd6ad2 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/PropertyRef.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/PropertyRef.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/ReferentialConstraint.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/ReferentialConstraint.java
index c4688b56..8a02c396 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/ReferentialConstraint.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/ReferentialConstraint.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Schema.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Schema.java
index 3c9d4567..8ba53f85 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Schema.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Schema.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Singleton.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Singleton.java
index 7abf7b09..9dfefaa4 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Singleton.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Singleton.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuralProperty.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuralProperty.java
index 87aeafb8..b56fdb74 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuralProperty.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuralProperty.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuredType.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuredType.java
index 5cc68c60..5c0c97a1 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuredType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/StructuredType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Type.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Type.java
index 44c1c262..8f0b5361 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/Type.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/Type.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/model/TypeDefinition.java b/odata_api/src/main/java/com/sdl/odata/api/edm/model/TypeDefinition.java
index eec653ce..1c453147 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/model/TypeDefinition.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/model/TypeDefinition.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/registry/ODataEdmRegistry.java b/odata_api/src/main/java/com/sdl/odata/api/edm/registry/ODataEdmRegistry.java
index 70753312..2032d310 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/registry/ODataEdmRegistry.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/registry/ODataEdmRegistry.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/edm/util/EdmUtil.java b/odata_api/src/main/java/com/sdl/odata/api/edm/util/EdmUtil.java
index 48194d43..2394d04a 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/edm/util/EdmUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/edm/util/EdmUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/mapper/EntityMapper.java b/odata_api/src/main/java/com/sdl/odata/api/mapper/EntityMapper.java
index a60553e1..4e7572f3 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/mapper/EntityMapper.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/mapper/EntityMapper.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchException.java b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchException.java
index b3538087..0ad94f35 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchParseException.java b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchParseException.java
index 2aa68cfd..37c07320 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchParseException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchParseException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchRendererException.java b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchRendererException.java
index a2a9cfe4..951d7df8 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchRendererException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataBatchRendererException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataParser.java b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataParser.java
index e4a185a3..83730a95 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataParser.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataUriParseException.java b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataUriParseException.java
index 77f71b9c..fdbce123 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/ODataUriParseException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/ODataUriParseException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParameterTypeUtil.java b/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParameterTypeUtil.java
index ec82dc45..b9c109a8 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParameterTypeUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParameterTypeUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParserUtil.java b/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParserUtil.java
index 40c25286..04d93cfe 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParserUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/parser/util/ParserUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataFunctionProcessor.java b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataFunctionProcessor.java
index 1b2f4850..b57e3c7e 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataFunctionProcessor.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataFunctionProcessor.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataProcessorException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataProcessorException.java
index 513482ed..ace0daf8 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataProcessorException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataProcessorException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataQueryProcessor.java b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataQueryProcessor.java
index 7c5c0d48..d44aa8f1 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataQueryProcessor.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataQueryProcessor.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataWriteProcessor.java b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataWriteProcessor.java
index 3b2d368e..0296566b 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/ODataWriteProcessor.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/ODataWriteProcessor.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/ProcessorResult.java b/odata_api/src/main/java/com/sdl/odata/api/processor/ProcessorResult.java
index 8c9a4f1e..1977ee02 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/ProcessorResult.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/ProcessorResult.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSource.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSource.java
index aa42e3af..10b05d44 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSource.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSource.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSourceProvider.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSourceProvider.java
index e63554a9..d0d9afa8 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSourceProvider.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/DataSourceProvider.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDataSourceException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDataSourceException.java
index c11991e7..cd4b2414 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDataSourceException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDataSourceException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDuplicateKeyException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDuplicateKeyException.java
index 8a0eb9b2..c87e80a0 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDuplicateKeyException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataDuplicateKeyException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityAlreadyLinkedException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityAlreadyLinkedException.java
index 2575534e..eeb74c00 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityAlreadyLinkedException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityAlreadyLinkedException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityNotFoundException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityNotFoundException.java
index bf25e671..46546ade 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityNotFoundException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataEntityNotFoundException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataQueryProcessingException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataQueryProcessingException.java
index 5a085c33..0dc47d3a 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataQueryProcessingException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataQueryProcessingException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataTargetTypeException.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataTargetTypeException.java
index 39f77466..9a452ebe 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataTargetTypeException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/ODataTargetTypeException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/TransactionalDataSource.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/TransactionalDataSource.java
index 88d79b08..f05884be 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/TransactionalDataSource.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/TransactionalDataSource.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/factory/DataSourceFactory.java b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/factory/DataSourceFactory.java
index e7b1a500..6532626c 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/factory/DataSourceFactory.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/datasource/factory/DataSourceFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/query/QueryResult.java b/odata_api/src/main/java/com/sdl/odata/api/processor/query/QueryResult.java
index 4a0a5f69..e622ec67 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/query/QueryResult.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/query/QueryResult.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/processor/query/strategy/QueryOperationStrategy.java b/odata_api/src/main/java/com/sdl/odata/api/processor/query/strategy/QueryOperationStrategy.java
index bf043b0a..26f21204 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/processor/query/strategy/QueryOperationStrategy.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/processor/query/strategy/QueryOperationStrategy.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/renderer/ChunkedActionRenderResult.java b/odata_api/src/main/java/com/sdl/odata/api/renderer/ChunkedActionRenderResult.java
index c2c1404d..7e16b205 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/renderer/ChunkedActionRenderResult.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/renderer/ChunkedActionRenderResult.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderException.java b/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderException.java
index c7ce12b3..7feb63f9 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderer.java b/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderer.java
index 5b91ae4b..eb344b6d 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderer.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/renderer/ODataRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/renderer/RendererFactory.java b/odata_api/src/main/java/com/sdl/odata/api/renderer/RendererFactory.java
index 15110f82..211a79a0 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/renderer/RendererFactory.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/renderer/RendererFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ChangeSetEntity.java b/odata_api/src/main/java/com/sdl/odata/api/service/ChangeSetEntity.java
index 88638df3..6db29a0d 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ChangeSetEntity.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ChangeSetEntity.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/HeaderNames.java b/odata_api/src/main/java/com/sdl/odata/api/service/HeaderNames.java
index eddec6a4..b790607f 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/HeaderNames.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/HeaderNames.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java b/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java
index d9c9b770..167c3490 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataContent.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataContent.java
index 99504bda..ec9b26ad 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataContent.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataContent.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataContentStreamer.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataContentStreamer.java
index 09713e01..05b5136e 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataContentStreamer.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataContentStreamer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequest.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequest.java
index efeb792a..04977eba 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequest.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestContext.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestContext.java
index a78378ac..aa087ba7 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestContext.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestContext.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestResponseBase.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestResponseBase.java
index 263c2db8..d4fdbbd4 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestResponseBase.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataRequestResponseBase.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataResponse.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataResponse.java
index 3a1007b9..0064cd02 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataResponse.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataResponse.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/ODataService.java b/odata_api/src/main/java/com/sdl/odata/api/service/ODataService.java
index 1a1fce53..d13708ff 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/service/ODataService.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/service/ODataService.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshaller.java b/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshaller.java
index a8fc648d..dcd00121 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshaller.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshallingException.java b/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshallingException.java
index c86e75bf..309968e8 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshallingException.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/ODataUnmarshallingException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/UnmarshallerFactory.java b/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/UnmarshallerFactory.java
index 5992d48c..551d639a 100644
--- a/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/UnmarshallerFactory.java
+++ b/odata_api/src/main/java/com/sdl/odata/api/unmarshaller/UnmarshallerFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/util/AnnotationsUtil.java b/odata_api/src/main/java/com/sdl/odata/util/AnnotationsUtil.java
index e224febd..5fb26797 100644
--- a/odata_api/src/main/java/com/sdl/odata/util/AnnotationsUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/util/AnnotationsUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/util/PrimitiveUtil.java b/odata_api/src/main/java/com/sdl/odata/util/PrimitiveUtil.java
index ca3314d9..58867fd2 100644
--- a/odata_api/src/main/java/com/sdl/odata/util/PrimitiveUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/util/PrimitiveUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/util/ReferenceUtil.java b/odata_api/src/main/java/com/sdl/odata/util/ReferenceUtil.java
index 4e45b342..3dd61e19 100644
--- a/odata_api/src/main/java/com/sdl/odata/util/ReferenceUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/util/ReferenceUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/util/XmlBuilderFactory.java b/odata_api/src/main/java/com/sdl/odata/util/XmlBuilderFactory.java
index 8bb57b00..d94b0f6b 100644
--- a/odata_api/src/main/java/com/sdl/odata/util/XmlBuilderFactory.java
+++ b/odata_api/src/main/java/com/sdl/odata/util/XmlBuilderFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/util/edm/EntityDataModelUtil.java b/odata_api/src/main/java/com/sdl/odata/util/edm/EntityDataModelUtil.java
index 34d3e4a5..aa41bb9c 100644
--- a/odata_api/src/main/java/com/sdl/odata/util/edm/EntityDataModelUtil.java
+++ b/odata_api/src/main/java/com/sdl/odata/util/edm/EntityDataModelUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/java/com/sdl/odata/util/edm/PropertyVisitor.java b/odata_api/src/main/java/com/sdl/odata/util/edm/PropertyVisitor.java
index 74dec902..1eeed6c0 100644
--- a/odata_api/src/main/java/com/sdl/odata/util/edm/PropertyVisitor.java
+++ b/odata_api/src/main/java/com/sdl/odata/util/edm/PropertyVisitor.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/ContextFragment.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/ContextFragment.scala
index 29ce78ca..3809f8ae 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/ContextFragment.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/ContextFragment.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/Expression.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/Expression.scala
index c71610f8..f75cd63a 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/Expression.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/Expression.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/Literal.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/Literal.scala
index 79615e80..d9ff649a 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/Literal.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/Literal.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUri.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUri.scala
index cc109f92..9e1510f6 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUri.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUri.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUriUtil.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUriUtil.scala
index ffe99dbf..37cb74d7 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUriUtil.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/ODataUriUtil.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/QueryOption.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/QueryOption.scala
index ff2ea164..9dab3443 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/QueryOption.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/QueryOption.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/parser/ResourcePath.scala b/odata_api/src/main/scala/com/sdl/odata/api/parser/ResourcePath.scala
index b0d237de..5d9423a2 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/parser/ResourcePath.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/parser/ResourcePath.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/processor/link/ODataLink.scala b/odata_api/src/main/scala/com/sdl/odata/api/processor/link/ODataLink.scala
index e05419a2..4e38c79c 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/processor/link/ODataLink.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/processor/link/ODataLink.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/processor/query/Criteria.scala b/odata_api/src/main/scala/com/sdl/odata/api/processor/query/Criteria.scala
index 386865f2..aa6d5daf 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/processor/query/Criteria.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/processor/query/Criteria.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/processor/query/ODataQuery.scala b/odata_api/src/main/scala/com/sdl/odata/api/processor/query/ODataQuery.scala
index 47c3fb44..ae6f31ae 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/processor/query/ODataQuery.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/processor/query/ODataQuery.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/main/scala/com/sdl/odata/api/service/ODataRequestContextUtil.scala b/odata_api/src/main/scala/com/sdl/odata/api/service/ODataRequestContextUtil.scala
index 77874bad..304217ef 100644
--- a/odata_api/src/main/scala/com/sdl/odata/api/service/ODataRequestContextUtil.scala
+++ b/odata_api/src/main/scala/com/sdl/odata/api/service/ODataRequestContextUtil.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/api/edm/model/AbstractTypeTest.java b/odata_api/src/test/java/com/sdl/odata/api/edm/model/AbstractTypeTest.java
index 082a3e0d..7971900d 100644
--- a/odata_api/src/test/java/com/sdl/odata/api/edm/model/AbstractTypeTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/api/edm/model/AbstractTypeTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/api/edm/model/OnDeleteActionTest.java b/odata_api/src/test/java/com/sdl/odata/api/edm/model/OnDeleteActionTest.java
index 63c516c4..42fea73f 100644
--- a/odata_api/src/test/java/com/sdl/odata/api/edm/model/OnDeleteActionTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/api/edm/model/OnDeleteActionTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/api/edm/model/PrimitiveTypeTest.java b/odata_api/src/test/java/com/sdl/odata/api/edm/model/PrimitiveTypeTest.java
index 96b3a44b..dd813811 100644
--- a/odata_api/src/test/java/com/sdl/odata/api/edm/model/PrimitiveTypeTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/api/edm/model/PrimitiveTypeTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/api/service/MediaTypeTest.java b/odata_api/src/test/java/com/sdl/odata/api/service/MediaTypeTest.java
index 9a3e48f0..65064a76 100644
--- a/odata_api/src/test/java/com/sdl/odata/api/service/MediaTypeTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/api/service/MediaTypeTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/api/service/ODataRequestTest.java b/odata_api/src/test/java/com/sdl/odata/api/service/ODataRequestTest.java
index 61af5fe0..24fe18b0 100644
--- a/odata_api/src/test/java/com/sdl/odata/api/service/ODataRequestTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/api/service/ODataRequestTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/api/service/ODataResponseTest.java b/odata_api/src/test/java/com/sdl/odata/api/service/ODataResponseTest.java
index 1fe6ba35..88cc6594 100644
--- a/odata_api/src/test/java/com/sdl/odata/api/service/ODataResponseTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/api/service/ODataResponseTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/util/AnnotatedClass.java b/odata_api/src/test/java/com/sdl/odata/util/AnnotatedClass.java
index 2c0891bf..87317b03 100644
--- a/odata_api/src/test/java/com/sdl/odata/util/AnnotatedClass.java
+++ b/odata_api/src/test/java/com/sdl/odata/util/AnnotatedClass.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/util/AnnotationUtilTest.java b/odata_api/src/test/java/com/sdl/odata/util/AnnotationUtilTest.java
index 608e2bbd..9711c0e1 100644
--- a/odata_api/src/test/java/com/sdl/odata/util/AnnotationUtilTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/util/AnnotationUtilTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityContainer.java b/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityContainer.java
index fa980576..8e905359 100644
--- a/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityContainer.java
+++ b/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityContainer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityDataModel.java b/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityDataModel.java
index 593b6f75..ab591573 100644
--- a/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityDataModel.java
+++ b/odata_api/src/test/java/com/sdl/odata/util/PrimitiveEntityDataModel.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/java/com/sdl/odata/util/edm/EntityDataModelUtilTest.java b/odata_api/src/test/java/com/sdl/odata/util/edm/EntityDataModelUtilTest.java
index d9b17071..f9a2b661 100644
--- a/odata_api/src/test/java/com/sdl/odata/util/edm/EntityDataModelUtilTest.java
+++ b/odata_api/src/test/java/com/sdl/odata/util/edm/EntityDataModelUtilTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/scala/com/sdl/odata/api/processor/query/QueryTest.scala b/odata_api/src/test/scala/com/sdl/odata/api/processor/query/QueryTest.scala
index 5b344775..34724a85 100644
--- a/odata_api/src/test/scala/com/sdl/odata/api/processor/query/QueryTest.scala
+++ b/odata_api/src/test/scala/com/sdl/odata/api/processor/query/QueryTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/scala/com/sdl/odata/api/service/ODataRequestContextUtilTest.scala b/odata_api/src/test/scala/com/sdl/odata/api/service/ODataRequestContextUtilTest.scala
index a9484723..e2f73b37 100644
--- a/odata_api/src/test/scala/com/sdl/odata/api/service/ODataRequestContextUtilTest.scala
+++ b/odata_api/src/test/scala/com/sdl/odata/api/service/ODataRequestContextUtilTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_api/src/test/scala/com/sdl/odata/test/TestUtils.scala b/odata_api/src/test/scala/com/sdl/odata/test/TestUtils.scala
index 4749e40e..eac6fed2 100644
--- a/odata_api/src/test/scala/com/sdl/odata/test/TestUtils.scala
+++ b/odata_api/src/test/scala/com/sdl/odata/test/TestUtils.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientComponentsProvider.java b/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientComponentsProvider.java
index af8966e2..d76be11b 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientComponentsProvider.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientComponentsProvider.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientQuery.java b/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientQuery.java
index 39feb3da..8581af90 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientQuery.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/AbstractODataClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/AbstractODataFunctionClientQuery.java b/odata_client/src/main/java/com/sdl/odata/client/AbstractODataFunctionClientQuery.java
index 1706d393..a339efa5 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/AbstractODataFunctionClientQuery.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/AbstractODataFunctionClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/ActionImportClientQuery.java b/odata_client/src/main/java/com/sdl/odata/client/ActionImportClientQuery.java
index 8b6f33ab..854303cd 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/ActionImportClientQuery.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/ActionImportClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/BasicODataClientQuery.java b/odata_client/src/main/java/com/sdl/odata/client/BasicODataClientQuery.java
index b6557517..e4937faa 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/BasicODataClientQuery.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/BasicODataClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/BoundFunctionClientQuery.java b/odata_client/src/main/java/com/sdl/odata/client/BoundFunctionClientQuery.java
index 5bd2222f..a989965e 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/BoundFunctionClientQuery.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/BoundFunctionClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/ClientPropertiesBuilder.java b/odata_client/src/main/java/com/sdl/odata/client/ClientPropertiesBuilder.java
index bc796b6a..4436d369 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/ClientPropertiesBuilder.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/ClientPropertiesBuilder.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/DefaultODataClient.java b/odata_client/src/main/java/com/sdl/odata/client/DefaultODataClient.java
index 4b9da365..5fb2afe0 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/DefaultODataClient.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/DefaultODataClient.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/FunctionImportClientQuery.java b/odata_client/src/main/java/com/sdl/odata/client/FunctionImportClientQuery.java
index 646caef3..ab5838e9 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/FunctionImportClientQuery.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/FunctionImportClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/ODataClientFactoryImpl.java b/odata_client/src/main/java/com/sdl/odata/client/ODataClientFactoryImpl.java
index 984fc16d..c1402de8 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/ODataClientFactoryImpl.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/ODataClientFactoryImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/ODataV4ClientComponentsProvider.java b/odata_client/src/main/java/com/sdl/odata/client/ODataV4ClientComponentsProvider.java
index de783866..75f2764b 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/ODataV4ClientComponentsProvider.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/ODataV4ClientComponentsProvider.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilder.java b/odata_client/src/main/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilder.java
index 3a20a17f..1615ec2e 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilder.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilder.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/caller/BasicEndpointCaller.java b/odata_client/src/main/java/com/sdl/odata/client/caller/BasicEndpointCaller.java
index 458df27f..fecbf59c 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/caller/BasicEndpointCaller.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/caller/BasicEndpointCaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityMarshaller.java b/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityMarshaller.java
index 73c6cbef..321c20c0 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityMarshaller.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityMarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityUnmarshaller.java b/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityUnmarshaller.java
index aec1c8b6..fc6e148b 100644
--- a/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityUnmarshaller.java
+++ b/odata_client/src/main/java/com/sdl/odata/client/marshall/AtomEntityUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/ActionImportClientQueryTest.java b/odata_client/src/test/java/com/sdl/odata/client/ActionImportClientQueryTest.java
index 5b24b7c7..081c73a5 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/ActionImportClientQueryTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/ActionImportClientQueryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/BasicODataClientQueryTest.java b/odata_client/src/test/java/com/sdl/odata/client/BasicODataClientQueryTest.java
index d52aa6b0..c4558c0c 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/BasicODataClientQueryTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/BasicODataClientQueryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientQueryTest.java b/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientQueryTest.java
index d3b120c0..2e07cc09 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientQueryTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientQueryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientTest.java b/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientTest.java
index ca19ac0e..057bc294 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/DefaultODataClientTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilderTest.java b/odata_client/src/test/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilderTest.java
index c4a42047..e65c8a84 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilderTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/URLConnectionRequestPropertiesBuilderTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/URLTestUtils.java b/odata_client/src/test/java/com/sdl/odata/client/URLTestUtils.java
index 7d234e36..73e722cf 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/URLTestUtils.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/URLTestUtils.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/caller/BasicEndpointCallerTest.java b/odata_client/src/test/java/com/sdl/odata/client/caller/BasicEndpointCallerTest.java
index 6ba01cf1..0547d112 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/caller/BasicEndpointCallerTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/caller/BasicEndpointCallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/caller/MockController.java b/odata_client/src/test/java/com/sdl/odata/client/caller/MockController.java
index df57f5df..7af76a96 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/caller/MockController.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/caller/MockController.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/caller/TestConfiguration.java b/odata_client/src/test/java/com/sdl/odata/client/caller/TestConfiguration.java
index 355c90c9..800a0045 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/caller/TestConfiguration.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/caller/TestConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomEntityMarshallerTest.java b/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomEntityMarshallerTest.java
index 72381b72..bcfea6da 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomEntityMarshallerTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomEntityMarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomResponseUnmarshallerTest.java b/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomResponseUnmarshallerTest.java
index 7be7f6f0..add78c62 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomResponseUnmarshallerTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/marshall/AtomResponseUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/property/PropertyUtilsTest.java b/odata_client/src/test/java/com/sdl/odata/client/property/PropertyUtilsTest.java
index f6ae02bc..cc426986 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/property/PropertyUtilsTest.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/property/PropertyUtilsTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client/src/test/java/com/sdl/odata/client/util/MarshallingTestUtilities.java b/odata_client/src/test/java/com/sdl/odata/client/util/MarshallingTestUtilities.java
index 92ed3c6d..34ae6384 100644
--- a/odata_client/src/test/java/com/sdl/odata/client/util/MarshallingTestUtilities.java
+++ b/odata_client/src/test/java/com/sdl/odata/client/util/MarshallingTestUtilities.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/ODataClientConstants.java b/odata_client_api/src/main/java/com/sdl/odata/client/ODataClientConstants.java
index 6667aa66..5bead217 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/ODataClientConstants.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/ODataClientConstants.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataActionClientQuery.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataActionClientQuery.java
index d2ec436a..60db30f8 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataActionClientQuery.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataActionClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClient.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClient.java
index 3957b9aa..b9991242 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClient.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClient.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientComponentsProvider.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientComponentsProvider.java
index 77c9d78d..636d26a1 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientComponentsProvider.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientComponentsProvider.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientFactory.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientFactory.java
index b760f380..6152f40c 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientFactory.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientQuery.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientQuery.java
index 02cf1e9e..482b3edf 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientQuery.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/ODataClientQuery.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/caller/EndpointCaller.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/caller/EndpointCaller.java
index 3e331296..4c7ada94 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/caller/EndpointCaller.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/caller/EndpointCaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientException.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientException.java
index 57b0cb3f..88507e00 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientException.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientHttpError.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientHttpError.java
index e57b04fd..c5214e04 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientHttpError.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientHttpError.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientNotAuthorized.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientNotAuthorized.java
index 6c89a45d..7565a08b 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientNotAuthorized.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientNotAuthorized.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientParserException.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientParserException.java
index fa128844..563fe2a4 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientParserException.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientParserException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientRuntimeException.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientRuntimeException.java
index a9e53b9b..317df712 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientRuntimeException.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientRuntimeException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientSocketException.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientSocketException.java
index d1b4741e..cf0dcea7 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientSocketException.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientSocketException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientTimeout.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientTimeout.java
index 3521b5e9..0196a094 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientTimeout.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataClientTimeout.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataNotImplementedException.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataNotImplementedException.java
index 881dd77b..8dd235b6 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataNotImplementedException.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/exception/ODataNotImplementedException.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityMarshaller.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityMarshaller.java
index 2b94e9cb..1b653ff8 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityMarshaller.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityMarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityUnmarshaller.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityUnmarshaller.java
index 69848267..dee68950 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityUnmarshaller.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/marshall/ODataEntityUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/api/model/ODataIdAwareEntity.java b/odata_client_api/src/main/java/com/sdl/odata/client/api/model/ODataIdAwareEntity.java
index 3cd9a289..fde2a312 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/api/model/ODataIdAwareEntity.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/api/model/ODataIdAwareEntity.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/property/PropertyUtils.java b/odata_client_api/src/main/java/com/sdl/odata/client/property/PropertyUtils.java
index 5f0e3799..e4d5b33e 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/property/PropertyUtils.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/property/PropertyUtils.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_api/src/main/java/com/sdl/odata/client/util/ODataClientUtils.java b/odata_client_api/src/main/java/com/sdl/odata/client/util/ODataClientUtils.java
index ee771270..b98f48a2 100644
--- a/odata_client_api/src/main/java/com/sdl/odata/client/util/ODataClientUtils.java
+++ b/odata_client_api/src/main/java/com/sdl/odata/client/util/ODataClientUtils.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_tracing/src/main/java/com/sdl/odata/client/caller/TracingEndpointCaller.java b/odata_client_tracing/src/main/java/com/sdl/odata/client/caller/TracingEndpointCaller.java
index 6a6983cf..8547727e 100644
--- a/odata_client_tracing/src/main/java/com/sdl/odata/client/caller/TracingEndpointCaller.java
+++ b/odata_client_tracing/src/main/java/com/sdl/odata/client/caller/TracingEndpointCaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_client_tracing/src/test/java/com/sdl/odata/client/caller/TracingEndpointCallerTest.java b/odata_client_tracing/src/test/java/com/sdl/odata/client/caller/TracingEndpointCallerTest.java
index 78e93e49..cd0e8e6c 100644
--- a/odata_client_tracing/src/test/java/com/sdl/odata/client/caller/TracingEndpointCallerTest.java
+++ b/odata_client_tracing/src/test/java/com/sdl/odata/client/caller/TracingEndpointCallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_common/src/main/java/com/sdl/odata/controller/AbstractODataController.java b/odata_common/src/main/java/com/sdl/odata/controller/AbstractODataController.java
index cbb74c32..fb14dfa0 100644
--- a/odata_common/src/main/java/com/sdl/odata/controller/AbstractODataController.java
+++ b/odata_common/src/main/java/com/sdl/odata/controller/AbstractODataController.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_controller/src/main/java/com/sdl/odata/controller/ODataController.java b/odata_controller/src/main/java/com/sdl/odata/controller/ODataController.java
index a9d2ef98..5b12efdc 100644
--- a/odata_controller/src/main/java/com/sdl/odata/controller/ODataController.java
+++ b/odata_controller/src/main/java/com/sdl/odata/controller/ODataController.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_controller/src/main/java/com/sdl/odata/controller/ODataControllerConfiguration.java b/odata_controller/src/main/java/com/sdl/odata/controller/ODataControllerConfiguration.java
index 1342e1be..f0bc3315 100644
--- a/odata_controller/src/main/java/com/sdl/odata/controller/ODataControllerConfiguration.java
+++ b/odata_controller/src/main/java/com/sdl/odata/controller/ODataControllerConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/EdmConfiguration.java b/odata_edm/src/main/java/com/sdl/odata/edm/EdmConfiguration.java
index cd6cba79..071323f1 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/EdmConfiguration.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/EdmConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactory.java
index 21829310..47ce24c0 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactory.java
index 6c34477c..ee79b7b4 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationComplexTypeFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationComplexTypeFactory.java
index f9275158..885fd300 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationComplexTypeFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationComplexTypeFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactory.java
index 31141d7c..f05aab0b 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntitySetFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntitySetFactory.java
index c1e9fe88..0b1891c3 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntitySetFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntitySetFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityTypeFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityTypeFactory.java
index ed885dcc..4e291d32 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityTypeFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityTypeFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactory.java
index 60945ad2..ba91ac5e 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactory.java
index a6775ef8..1bac9c5d 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactory.java
index cfdd9a93..68c23e69 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationNavigationPropertyBindingFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationNavigationPropertyBindingFactory.java
index a24e9a42..77ff8419 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationNavigationPropertyBindingFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationNavigationPropertyBindingFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationSingletonFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationSingletonFactory.java
index 91f46867..21ad2a55 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationSingletonFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationSingletonFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationStructuredTypeFactory.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationStructuredTypeFactory.java
index af412b0a..3760c3b2 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationStructuredTypeFactory.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/AnnotationStructuredTypeFactory.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/FactoryLookup.java b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/FactoryLookup.java
index 7f6f6255..0b6ea779 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/FactoryLookup.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/factory/annotations/FactoryLookup.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImpl.java
index ce4f2843..d743d62c 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImportImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImportImpl.java
index a1813064..c8d80862 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImportImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/ActionImportImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/ComplexTypeImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/ComplexTypeImpl.java
index 1ea963fe..085d79fc 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/ComplexTypeImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/ComplexTypeImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/DerivableTypeImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/DerivableTypeImpl.java
index 210e7871..5c5cc856 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/DerivableTypeImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/DerivableTypeImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityContainerImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityContainerImpl.java
index 7c259865..f395e806 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityContainerImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityContainerImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityDataModelImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityDataModelImpl.java
index 5ca0c624..fe8a15ad 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityDataModelImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityDataModelImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntitySetImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntitySetImpl.java
index 8f16674e..58e3262b 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntitySetImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntitySetImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityTypeImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityTypeImpl.java
index b3af0b1b..f967dbcc 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityTypeImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/EntityTypeImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumMemberImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumMemberImpl.java
index 0cbd18a0..0dd28cb1 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumMemberImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumMemberImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumTypeImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumTypeImpl.java
index 1e225d58..cba537cd 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumTypeImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/EnumTypeImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImpl.java
index efd328fc..9fc1a8fa 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImportImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImportImpl.java
index faab213c..347cc61c 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImportImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/FunctionImportImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/KeyImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/KeyImpl.java
index 8711bc5c..b7881cd4 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/KeyImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/KeyImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyBindingImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyBindingImpl.java
index 1d750a84..e69e278b 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyBindingImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyBindingImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyImpl.java
index 83c708a4..56dc6ee4 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/NavigationPropertyImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/ParameterImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/ParameterImpl.java
index f0937ea9..db9d3de2 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/ParameterImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/ParameterImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/PrimitiveTypeNameResolver.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/PrimitiveTypeNameResolver.java
index 0e52a5ef..6fec178f 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/PrimitiveTypeNameResolver.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/PrimitiveTypeNameResolver.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyImpl.java
index 83c5093a..7992485c 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyRefImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyRefImpl.java
index 22fe8328..1e5efdb1 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyRefImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/PropertyRefImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/ReferentialConstraintImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/ReferentialConstraintImpl.java
index 315bb578..33389a8a 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/ReferentialConstraintImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/ReferentialConstraintImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/SchemaImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/SchemaImpl.java
index f4c50c2c..8915465e 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/SchemaImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/SchemaImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/SingletonImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/SingletonImpl.java
index 992d47dd..251fd6c5 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/SingletonImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/SingletonImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuralPropertyImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuralPropertyImpl.java
index b818f2b2..de7a8ed8 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuralPropertyImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuralPropertyImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuredTypeImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuredTypeImpl.java
index 94e137ab..c272414b 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuredTypeImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/StructuredTypeImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeDefinitionImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeDefinitionImpl.java
index a72d0eec..ceb6ba04 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeDefinitionImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeDefinitionImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeImpl.java
index f99f1af9..87f792a4 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeNameResolver.java b/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeNameResolver.java
index 481da9dd..515cda44 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeNameResolver.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/model/TypeNameResolver.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/main/java/com/sdl/odata/edm/registry/ODataEdmRegistryImpl.java b/odata_edm/src/main/java/com/sdl/odata/edm/registry/ODataEdmRegistryImpl.java
index 63866423..9f5419fd 100644
--- a/odata_edm/src/main/java/com/sdl/odata/edm/registry/ODataEdmRegistryImpl.java
+++ b/odata_edm/src/main/java/com/sdl/odata/edm/registry/ODataEdmRegistryImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactoryTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactoryTest.java
index 9afba05b..88358191 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactoryTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionFactoryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactoryTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactoryTest.java
index 785e624f..0d6cf129 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactoryTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationActionImportFactoryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactoryTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactoryTest.java
index cb30a377..e80773e4 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactoryTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEntityDataModelFactoryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactoryTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactoryTest.java
index 1e969a94..06d1e70b 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactoryTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationEnumTypeFactoryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactoryTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactoryTest.java
index 1530dc6a..7d68dcc5 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactoryTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionFactoryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactoryTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactoryTest.java
index 0c2dd799..d53706e9 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactoryTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/factory/annotations/AnnotationFunctionImportFactoryTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImplTest.java
index c9ee1d94..4975f556 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImportImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImportImplTest.java
index fb7484f3..9174ec4a 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImportImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/ActionImportImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityContainerImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityContainerImplTest.java
index 29e162aa..d0a067df 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityContainerImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityContainerImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/EntitySetImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/EntitySetImplTest.java
index f6e71487..a12fe8c5 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/EntitySetImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/EntitySetImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityTypeImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityTypeImplTest.java
index f550d25c..ecf45b8a 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityTypeImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/EntityTypeImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImplTest.java
index 13b3bc38..e81e42cf 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImportImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImportImplTest.java
index 0a3cf6cb..fc599d5e 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImportImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/FunctionImportImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/ParameterImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/ParameterImplTest.java
index 802058dc..1543a0ca 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/ParameterImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/ParameterImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyImplTest.java
index 6474ccb1..259fb95a 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyRefImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyRefImplTest.java
index 207b01aa..a5b31087 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyRefImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/PropertyRefImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/ReferentialConstraintImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/ReferentialConstraintImplTest.java
index 65acf301..8d71f3ef 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/ReferentialConstraintImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/ReferentialConstraintImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/SingletonImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/SingletonImplTest.java
index a92aa581..68b5680a 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/SingletonImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/SingletonImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/model/TypeDefinitionImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/model/TypeDefinitionImplTest.java
index 670201e7..c56b9e83 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/model/TypeDefinitionImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/model/TypeDefinitionImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_edm/src/test/java/com/sdl/odata/edm/registry/ODataEdmRegistryImplTest.java b/odata_edm/src/test/java/com/sdl/odata/edm/registry/ODataEdmRegistryImplTest.java
index 5dec1559..26f029eb 100644
--- a/odata_edm/src/test/java/com/sdl/odata/edm/registry/ODataEdmRegistryImplTest.java
+++ b/odata_edm/src/test/java/com/sdl/odata/edm/registry/ODataEdmRegistryImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/java/com/sdl/odata/parser/ODataParserImpl.java b/odata_parser/src/main/java/com/sdl/odata/parser/ODataParserImpl.java
index feb34def..70a7dcfa 100644
--- a/odata_parser/src/main/java/com/sdl/odata/parser/ODataParserImpl.java
+++ b/odata_parser/src/main/java/com/sdl/odata/parser/ODataParserImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/java/com/sdl/odata/parser/ParserConfiguration.java b/odata_parser/src/main/java/com/sdl/odata/parser/ParserConfiguration.java
index 96ed5466..31728e16 100644
--- a/odata_parser/src/main/java/com/sdl/odata/parser/ParserConfiguration.java
+++ b/odata_parser/src/main/java/com/sdl/odata/parser/ParserConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/ContextFragmentParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/ContextFragmentParser.scala
index e2b8185f..e33ccfc2 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/ContextFragmentParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/ContextFragmentParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/EntityDataModelHelpers.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/EntityDataModelHelpers.scala
index 4a6dc7c4..2943d89b 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/EntityDataModelHelpers.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/EntityDataModelHelpers.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/ExpressionsParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/ExpressionsParser.scala
index 8f4c124c..e8216c2c 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/ExpressionsParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/ExpressionsParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/LiteralsParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/LiteralsParser.scala
index ece1e4b1..438c3b95 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/LiteralsParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/LiteralsParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/NamesAndIdentifiersParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/NamesAndIdentifiersParser.scala
index 8c901a5d..a2d65837 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/NamesAndIdentifiersParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/NamesAndIdentifiersParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestContent.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestContent.scala
index d172a011..45b16f37 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestContent.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestContent.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestParser.scala
index e7df6d1b..8ddb519d 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/ODataBatchRequestParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/ODataUriParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/ODataUriParser.scala
index 99a8fb16..95a57c59 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/ODataUriParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/ODataUriParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/QueryOptionsParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/QueryOptionsParser.scala
index 44667bfa..521c1016 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/QueryOptionsParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/QueryOptionsParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/main/scala/com/sdl/odata/parser/ResourcePathParser.scala b/odata_parser/src/main/scala/com/sdl/odata/parser/ResourcePathParser.scala
index 104b5229..c2b54911 100644
--- a/odata_parser/src/main/scala/com/sdl/odata/parser/ResourcePathParser.scala
+++ b/odata_parser/src/main/scala/com/sdl/odata/parser/ResourcePathParser.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserArithmeticTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserArithmeticTest.java
index d2ed035b..988b7ea0 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserArithmeticTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserArithmeticTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserComparisonTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserComparisonTest.java
index 551eec36..c3dfc927 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserComparisonTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserComparisonTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserLogicalTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserLogicalTest.java
index 4d385474..6fc2ceb7 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserLogicalTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserLogicalTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserMetadataTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserMetadataTest.java
index 7f2a487c..863a9f09 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserMetadataTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserMetadataTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserOperationTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserOperationTest.java
index 24b3edb6..89ba455f 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserOperationTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserOperationTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserOrderTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserOrderTest.java
index 5289c13b..aeec6e55 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserOrderTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserOrderTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserQueryFunctionsTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserQueryFunctionsTest.java
index 6f16683d..1ae8ebc7 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserQueryFunctionsTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserQueryFunctionsTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/ParserTestSuite.java b/odata_parser/src/test/java/com/sdl/odata/parser/ParserTestSuite.java
index 33d8d8f5..ff7506fe 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/ParserTestSuite.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/ParserTestSuite.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/extra/EntityDataModelHelpersTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/extra/EntityDataModelHelpersTest.java
index 2ff068cb..932554fd 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/extra/EntityDataModelHelpersTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/extra/EntityDataModelHelpersTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/java/com/sdl/odata/parser/extra/ExpressionParserTest.java b/odata_parser/src/test/java/com/sdl/odata/parser/extra/ExpressionParserTest.java
index aadad611..aaa66228 100644
--- a/odata_parser/src/test/java/com/sdl/odata/parser/extra/ExpressionParserTest.java
+++ b/odata_parser/src/test/java/com/sdl/odata/parser/extra/ExpressionParserTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/ExpressionsParsersTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/ExpressionsParsersTest.scala
index dcc690d3..3c56ac46 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/ExpressionsParsersTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/ExpressionsParsersTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/LiteralParsersTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/LiteralParsersTest.scala
index c23b377d..ffad0503 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/LiteralParsersTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/LiteralParsersTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/NamesAndIdentifiersParsersTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/NamesAndIdentifiersParsersTest.scala
index ee8c1134..539014c4 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/NamesAndIdentifiersParsersTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/NamesAndIdentifiersParsersTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/ODataBatchRequestParserTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/ODataBatchRequestParserTest.scala
index 969fb966..84e09e3e 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/ODataBatchRequestParserTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/ODataBatchRequestParserTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriParsersTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriParsersTest.scala
index cf6d6075..446e8274 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriParsersTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriParsersTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriUtilTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriUtilTest.scala
index 6a52d32f..913f4ef4 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriUtilTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/ODataUriUtilTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/ParserTestHelpers.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/ParserTestHelpers.scala
index 78267378..d9f12379 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/ParserTestHelpers.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/ParserTestHelpers.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/QueryOptionsParsersTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/QueryOptionsParsersTest.scala
index 06deb586..46d6458e 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/QueryOptionsParsersTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/QueryOptionsParsersTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_parser/src/test/scala/com/sdl/odata/parser/ResourcePathParsersTest.scala b/odata_parser/src/test/scala/com/sdl/odata/parser/ResourcePathParsersTest.scala
index 9d84219d..9c534143 100644
--- a/odata_parser/src/test/scala/com/sdl/odata/parser/ResourcePathParsersTest.scala
+++ b/odata_parser/src/test/scala/com/sdl/odata/parser/ResourcePathParsersTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/ODataFunctionProcessorImpl.java b/odata_processor/src/main/java/com/sdl/odata/processor/ODataFunctionProcessorImpl.java
index a7561f2a..11303d7b 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/ODataFunctionProcessorImpl.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/ODataFunctionProcessorImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/ODataQueryProcessorImpl.java b/odata_processor/src/main/java/com/sdl/odata/processor/ODataQueryProcessorImpl.java
index 9b2276d9..6d77d1d9 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/ODataQueryProcessorImpl.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/ODataQueryProcessorImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/ODataWriteProcessorImpl.java b/odata_processor/src/main/java/com/sdl/odata/processor/ODataWriteProcessorImpl.java
index 8443fe51..acfd88c5 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/ODataWriteProcessorImpl.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/ODataWriteProcessorImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/ProcessorConfiguration.java b/odata_processor/src/main/java/com/sdl/odata/processor/ProcessorConfiguration.java
index 0b7e359b..e7d2b619 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/ProcessorConfiguration.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/ProcessorConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImpl.java b/odata_processor/src/main/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImpl.java
index 7d4e7a62..88520ca7 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImpl.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/ActionPostMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/ActionPostMethodHandler.java
index 62b4308d..eef8f2ba 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/ActionPostMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/ActionPostMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/BatchMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/BatchMethodHandler.java
index 9070bf04..9750af13 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/BatchMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/BatchMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/DeleteMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/DeleteMethodHandler.java
index 912a0c65..5656211e 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/DeleteMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/DeleteMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/PatchMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/PatchMethodHandler.java
index 7983fc81..909e494f 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/PatchMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/PatchMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/PostMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/PostMethodHandler.java
index db927afc..e45c2efe 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/PostMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/PostMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/PutMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/PutMethodHandler.java
index 83e910ce..40c21536 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/PutMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/PutMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/WriteMethodHandler.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/WriteMethodHandler.java
index 01525c51..93c11df9 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/WriteMethodHandler.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/WriteMethodHandler.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/java/com/sdl/odata/processor/write/util/WriteMethodUtil.java b/odata_processor/src/main/java/com/sdl/odata/processor/write/util/WriteMethodUtil.java
index 76317d3d..ef00d20c 100644
--- a/odata_processor/src/main/java/com/sdl/odata/processor/write/util/WriteMethodUtil.java
+++ b/odata_processor/src/main/java/com/sdl/odata/processor/write/util/WriteMethodUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/main/scala/com/sdl/odata/processor/QueryModelBuilder.scala b/odata_processor/src/main/scala/com/sdl/odata/processor/QueryModelBuilder.scala
index f10ddcf6..f85b5e3d 100644
--- a/odata_processor/src/main/scala/com/sdl/odata/processor/QueryModelBuilder.scala
+++ b/odata_processor/src/main/scala/com/sdl/odata/processor/QueryModelBuilder.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/ODataFunctionProcessorImplTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/ODataFunctionProcessorImplTest.java
index 465a3b08..b928fbbe 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/ODataFunctionProcessorImplTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/ODataFunctionProcessorImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -37,6 +37,7 @@
import com.sdl.odata.test.model.Order;
import com.sdl.odata.test.model.UnboundFunctionSample;
import com.sdl.odata.test.util.TestUtils;
+import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -53,7 +54,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
-import static org.mockito.MockitoAnnotations.initMocks;
+import static org.mockito.MockitoAnnotations.openMocks;
/**
* Unit test for {@link ODataFunctionProcessorImpl}.
@@ -65,6 +66,7 @@ public class ODataFunctionProcessorImplTest {
@Mock
private DataSourceFactory dataSourceFactory;
+ private AutoCloseable closeable;
@InjectMocks
private ODataFunctionProcessorImpl functionProcessor;
@@ -82,7 +84,12 @@ public void setup() throws ODataEdmException {
.addClass(NullResultFunctionSample.class)
.addClass(NoInitFunctionSample.class)
.buildEntityDataModel();
- initMocks(ODataFunctionProcessorImpl.class);
+ closeable = openMocks(ODataFunctionProcessorImpl.class);
+ }
+
+ @AfterEach
+ void closeService() throws Exception {
+ closeable.close();
}
@Test
@@ -162,7 +169,7 @@ public void testDoFunctionUsingEntitySet() throws ODataException, UnsupportedEnc
@Test
public void testDoFunctionUsingFakeFunction() throws ODataException, UnsupportedEncodingException {
ODataRequestContext requestContext = TestUtils.createODataRequestContext(GET, new ODataParserImpl().parseUri(
- "http://localhost/odata.svc/Orders(1)/ODataDemo.ODataDemoFakeFunction", entityDataModel),
+ "http://localhost/odata.svc/Orders(1)/ODataDemo.ODataDemoFakeFunction", entityDataModel),
entityDataModel);
assertThrows(ODataEdmException.class, () -> functionProcessor.doFunction(requestContext));
}
@@ -170,7 +177,7 @@ public void testDoFunctionUsingFakeFunction() throws ODataException, Unsupported
@Test
public void testDoFunctionUsingWrongInitFunction() throws ODataException, UnsupportedEncodingException {
ODataRequestContext requestContext = TestUtils.createODataRequestContext(GET, new ODataParserImpl().parseUri(
- "http://localhost/odata.svc/Orders(1)/ODataDemo.ODataDemoNoInitFunction", entityDataModel),
+ "http://localhost/odata.svc/Orders(1)/ODataDemo.ODataDemoNoInitFunction", entityDataModel),
entityDataModel);
assertThrows(ODataEdmException.class, () -> functionProcessor.doFunction(requestContext));
@@ -179,7 +186,7 @@ public void testDoFunctionUsingWrongInitFunction() throws ODataException, Unsupp
@Test
public void testDoFunctionUsingNullResultFunction() throws ODataException, UnsupportedEncodingException {
ODataRequestContext requestContext = TestUtils.createODataRequestContext(GET, new ODataParserImpl().parseUri(
- "http://localhost/odata.svc/Orders(1)/ODataDemo.ODataDemoNullFunction", entityDataModel),
+ "http://localhost/odata.svc/Orders(1)/ODataDemo.ODataDemoNullFunction", entityDataModel),
entityDataModel);
ProcessorResult processorResult = functionProcessor.doFunction(requestContext);
assertEquals(ODataResponse.Status.NO_CONTENT, processorResult.getStatus());
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/ODataWriteProcessorImplTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/ODataWriteProcessorImplTest.java
index d70d6284..73d305fe 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/ODataWriteProcessorImplTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/ODataWriteProcessorImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,6 +34,7 @@
import com.sdl.odata.processor.model.ODataMobilePhone;
import com.sdl.odata.processor.model.ODataPerson;
import com.sdl.odata.test.util.TestUtils;
+import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -65,7 +66,7 @@
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
-import static org.mockito.MockitoAnnotations.initMocks;
+import static org.mockito.MockitoAnnotations.openMocks;
/**
* The OData Writer Processor Impl Test.
@@ -81,6 +82,8 @@ public class ODataWriteProcessorImplTest {
@Mock
private DataSourceFactory dataSourceFactory;
+ private AutoCloseable closeable;
+
@InjectMocks
private ODataWriteProcessorImpl oDataWriteProcessor;
@@ -94,7 +97,7 @@ public void setUp() throws Exception {
.addClass(ODataAddress.class)
.addClass(ODataMobilePhone.class)
.buildEntityDataModel();
- initMocks(ODataWriteProcessorImpl.class);
+ closeable = openMocks(ODataWriteProcessorImpl.class);
entityType = entity.getClass().getSimpleName();
EdmEntity annotation = entity.getClass().getAnnotation(EdmEntity.class);
@@ -105,6 +108,11 @@ public void setUp() throws Exception {
entityType)).thenReturn(dataSource);
}
+ @AfterEach
+ void closeService() throws Exception {
+ closeable.close();
+ }
+
@Test
public void testUnhandledMethod() throws ODataException, UnsupportedEncodingException {
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImplTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImplTest.java
index 8a886928..171e0fca 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImplTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/datasource/factory/DataSourceFactoryImplTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataAddress.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataAddress.java
index 752f2ab4..c6470e29 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataAddress.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataAddress.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataMobilePhone.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataMobilePhone.java
index 692c591e..9a40bb9a 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataMobilePhone.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataMobilePhone.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPerson.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPerson.java
index 5d7b0175..927926bb 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPerson.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPerson.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPersonNamedKey.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPersonNamedKey.java
index e99acf3a..eee18dfc 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPersonNamedKey.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataPersonNamedKey.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestArea.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestArea.java
index 6643e19e..4794c215 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestArea.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestArea.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestItem.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestItem.java
index 2ea19891..0c463d5b 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestItem.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestItem.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestValue.java b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestValue.java
index 5dbbc391..5db72412 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestValue.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/model/ODataTestValue.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/write/BatchMethodHandlerTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/write/BatchMethodHandlerTest.java
index d1019072..82d92e80 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/write/BatchMethodHandlerTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/write/BatchMethodHandlerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/write/DeleteMethodHandlerTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/write/DeleteMethodHandlerTest.java
index 5dd63667..9c2af675 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/write/DeleteMethodHandlerTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/write/DeleteMethodHandlerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/write/MethodHandlerTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/write/MethodHandlerTest.java
index 29f3542b..32157e8d 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/write/MethodHandlerTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/write/MethodHandlerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -36,12 +36,14 @@
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
-import static org.mockito.MockitoAnnotations.initMocks;
+import static org.mockito.MockitoAnnotations.openMocks;
+
import com.sdl.odata.api.service.ODataRequest.Method;
import com.sdl.odata.processor.model.ODataAddress;
import com.sdl.odata.processor.model.ODataMobilePhone;
import com.sdl.odata.processor.model.ODataPerson;
import com.sdl.odata.processor.model.ODataPersonNamedKey;
+import org.junit.jupiter.api.AfterEach;
/**
*
@@ -52,11 +54,18 @@ public abstract class MethodHandlerTest {
protected ODataUri entitySetOdataURI;
protected ODataUri entityOdataURI;
+ private AutoCloseable closeable;
+
protected void setup(String entitySetName) {
entitySetOdataURI = createODataUri(SERVICE_ROOT, entitySetName);
entityOdataURI = createODataUriWithSimpleKeyPredicate(entitySetName);
- initMocks(ODataWriteProcessorImpl.class);
+ closeable = openMocks(ODataWriteProcessorImpl.class);
+ }
+
+ @AfterEach
+ void closeService() throws Exception {
+ closeable.close();
}
protected void stubForTesting(Object entity) throws ODataException {
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/write/PostMethodHandlerTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/write/PostMethodHandlerTest.java
index 1caa6a17..89036663 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/write/PostMethodHandlerTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/write/PostMethodHandlerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/java/com/sdl/odata/processor/write/PutMethodHandlerTest.java b/odata_processor/src/test/java/com/sdl/odata/processor/write/PutMethodHandlerTest.java
index 96f7c102..b6b3db69 100644
--- a/odata_processor/src/test/java/com/sdl/odata/processor/write/PutMethodHandlerTest.java
+++ b/odata_processor/src/test/java/com/sdl/odata/processor/write/PutMethodHandlerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_processor/src/test/scala/com/sdl/odata/processor/QueryModelBuilderTest.scala b/odata_processor/src/test/scala/com/sdl/odata/processor/QueryModelBuilderTest.scala
index 1b155e64..950df874 100644
--- a/odata_processor/src/test/scala/com/sdl/odata/processor/QueryModelBuilderTest.scala
+++ b/odata_processor/src/test/scala/com/sdl/odata/processor/QueryModelBuilderTest.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/AtomConstants.java b/odata_renderer/src/main/java/com/sdl/odata/AtomConstants.java
index c7968742..5bb1c056 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/AtomConstants.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/AtomConstants.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/ErrorRendererConstants.java b/odata_renderer/src/main/java/com/sdl/odata/ErrorRendererConstants.java
index 6c6f95e1..f1220dd4 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/ErrorRendererConstants.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/ErrorRendererConstants.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/JsonConstants.java b/odata_renderer/src/main/java/com/sdl/odata/JsonConstants.java
index e85eb0e0..284f9056 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/JsonConstants.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/JsonConstants.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/MetadataDocumentConstants.java b/odata_renderer/src/main/java/com/sdl/odata/MetadataDocumentConstants.java
index e4156901..60fcd6a5 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/MetadataDocumentConstants.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/MetadataDocumentConstants.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/ODataRendererUtils.java b/odata_renderer/src/main/java/com/sdl/odata/ODataRendererUtils.java
index 60b8150e..432a1974 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/ODataRendererUtils.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/ODataRendererUtils.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractAtomRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractAtomRenderer.java
index fd05d605..c4d1b921 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractAtomRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractAtomRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractJsonRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractJsonRenderer.java
index 17d0f55d..63324036 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractJsonRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractJsonRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractPropertyWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractPropertyWriter.java
index ac87daf3..0113edf1 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractPropertyWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractPropertyWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractRenderer.java
index f5db5210..e740cd43 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/AbstractRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/PropertyStreamWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/PropertyStreamWriter.java
index ace52136..a3086fd1 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/PropertyStreamWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/PropertyStreamWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererConfiguration.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererConfiguration.java
index 64a4de71..ac1da4c0 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererConfiguration.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererFactoryImpl.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererFactoryImpl.java
index d5b40e5b..b636c757 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererFactoryImpl.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/RendererFactoryImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/AtomRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/AtomRenderer.java
index 1ef90720..2cdcc5cb 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/AtomRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/AtomRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomDataWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomDataWriter.java
index be5cb507..94647f61 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomDataWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomDataWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriter.java
index b1bb9b61..64179ece 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomNSConfigurationProvider.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomNSConfigurationProvider.java
index 8d05a5f3..6c65c2f5 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomNSConfigurationProvider.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomNSConfigurationProvider.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomWriter.java
index 29207451..80114929 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/AtomWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/ODataV4AtomNSConfigurationProvider.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/ODataV4AtomNSConfigurationProvider.java
index 476adc5c..4fe89545 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/ODataV4AtomNSConfigurationProvider.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/atom/writer/ODataV4AtomNSConfigurationProvider.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/batch/ODataBatchRequestRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/batch/ODataBatchRequestRenderer.java
index 5d0fe168..ca1249d0 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/batch/ODataBatchRequestRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/batch/ODataBatchRequestRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonErrorResponseRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonErrorResponseRenderer.java
index 7ae4c8f4..0f8c4880 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonErrorResponseRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonErrorResponseRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonRenderer.java
index 577c3568..b9d9ba89 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonServiceDocumentRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonServiceDocumentRenderer.java
index f762a67a..26db4ad2 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonServiceDocumentRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonServiceDocumentRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonValueRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonValueRenderer.java
index 04565739..247296f1 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonValueRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/JsonValueRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/util/JsonWriterUtil.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/util/JsonWriterUtil.java
index 84f6a403..e064ac97 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/util/JsonWriterUtil.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/util/JsonWriterUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonCodecMapper.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonCodecMapper.java
index b7c16ef7..00044fbe 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonCodecMapper.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonCodecMapper.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriter.java
index 05b1c1c8..3278e636 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriter.java
index 35935d1e..bf80aeec 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriter.java
index 1510dc80..51606e8f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonWriter.java
index 17fd4f1a..0f148490 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/json/writer/JsonWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentComplexTypeWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentComplexTypeWriter.java
index a03e748b..af7c4deb 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentComplexTypeWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentComplexTypeWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntitySetWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntitySetWriter.java
index 9e5d8ca4..4d549698 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntitySetWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntitySetWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntityTypeWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntityTypeWriter.java
index 37c76add..65ee2852 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntityTypeWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEntityTypeWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEnumTypeWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEnumTypeWriter.java
index 86d5b41f..f1c96c8f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEnumTypeWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentEnumTypeWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentPropertyWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentPropertyWriter.java
index 98040344..4fdd7a36 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentPropertyWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentPropertyWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentRenderer.java
index f7fe1a50..46185de5 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentSingletonWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentSingletonWriter.java
index d178446a..eca6e0f4 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentSingletonWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentSingletonWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriter.java
index abc9fae3..12a1d9f8 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/ServiceDocumentRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/ServiceDocumentRenderer.java
index 47102bcf..7a641c1a 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/ServiceDocumentRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/metadata/ServiceDocumentRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/PrimitiveRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/PrimitiveRenderer.java
index 00f0eee8..6754b21f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/PrimitiveRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/PrimitiveRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/writer/PrimitiveWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/writer/PrimitiveWriter.java
index 970ebe53..0a655c1b 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/writer/PrimitiveWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/primitive/writer/PrimitiveWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLErrorResponseRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLErrorResponseRenderer.java
index 301e74cc..14a9ea09 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLErrorResponseRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLErrorResponseRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRenderer.java
index 926376c0..0a027813 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLValueRenderer.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLValueRenderer.java
index 303f34c3..11fdba6d 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLValueRenderer.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/XMLValueRenderer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/util/XMLWriterUtil.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/util/XMLWriterUtil.java
index bf9d0e77..50b60275 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/util/XMLWriterUtil.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/util/XMLWriterUtil.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriter.java
index c2a4ad64..97fdcec8 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriter.java
index c93b4b16..4e588c1a 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriter.java b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriter.java
index ce2e6a95..0b9f8d67 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriter.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractActionParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractActionParser.java
index bf8bb65c..5c69e7a4 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractActionParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractActionParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractLinkUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractLinkUnmarshaller.java
index a717871d..d7fc4e75 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractLinkUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractLinkUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractParser.java
index 6e489db6..46474960 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractUnmarshaller.java
index 417717a4..d18c3287 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/AbstractUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/DeleteLinkUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/DeleteLinkUnmarshaller.java
index 33cb9268..663f41f5 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/DeleteLinkUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/DeleteLinkUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/NoEntityUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/NoEntityUnmarshaller.java
index 400b2e27..d1bcebf0 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/NoEntityUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/NoEntityUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/PropertyType.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/PropertyType.java
index fd922137..955742bf 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/PropertyType.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/PropertyType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerConfiguration.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerConfiguration.java
index ae0f5b01..744cb7ba 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerConfiguration.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerFactoryImpl.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerFactoryImpl.java
index cade2649..62eeafab 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerFactoryImpl.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/UnmarshallerFactoryImpl.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshaller.java
index 5f078a63..d76f1173 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomLinkUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomLinkUnmarshaller.java
index fd5b3a4f..64dd4f10 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomLinkUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomLinkUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshaller.java
index 4b73eaed..bb9bfca5 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomActionParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomActionParser.java
index 24d6ac64..8b8046bb 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomActionParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomActionParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java
index 3dc069c0..29358354 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshaller.java
index 29eeb949..aefbfe8f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/ODataBatchParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/ODataBatchParser.java
index 231c0979..6defe13f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/ODataBatchParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/batch/ODataBatchParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshaller.java
index e604371e..5fede71d 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonLinkUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonLinkUnmarshaller.java
index ff14be25..419ee473 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonLinkUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonLinkUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonUnmarshaller.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonUnmarshaller.java
index b908e179..2d5e4003 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonUnmarshaller.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/JsonUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParser.java
index 000b022b..8582773f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonParser.java
index 5d57f36d..1295fad1 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonParser.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/ODataJsonParser.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonNullableValidator.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonNullableValidator.java
index bfadf368..8a4fd29f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonNullableValidator.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonNullableValidator.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtils.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtils.java
index d7ab60d1..1fe74e84 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtils.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtils.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonProcessor.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonProcessor.java
index d5e78692..a8da171f 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonProcessor.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonProcessor.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonPropertyExpander.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonPropertyExpander.java
index 9e4522dc..e71527e3 100644
--- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonPropertyExpander.java
+++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/json/core/JsonPropertyExpander.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/NoEntityUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/NoEntityUnmarshallerTest.java
index 87cf46bf..4fba5e1d 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/NoEntityUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/NoEntityUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/ODataRendererUtilsTest.java b/odata_renderer/src/test/java/com/sdl/odata/ODataRendererUtilsTest.java
index 14366640..b8837e1e 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/ODataRendererUtilsTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/ODataRendererUtilsTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/WriterUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/WriterUnmarshallerTest.java
index 6bc1da59..aba0d542 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/WriterUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/WriterUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/AbstractRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/AbstractRendererTest.java
index c6d09942..ca9fe8ad 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/AbstractRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/AbstractRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/RendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/RendererTest.java
index 2cca0902..c091ca5b 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/RendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/RendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/WriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/WriterTest.java
index f7c241bd..58cc0169 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/WriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/WriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomDataWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomDataWriterTest.java
index ad3e2d34..b54f8871 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomDataWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomDataWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriterTest.java
index 512fbf3b..2b5b6387 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomMetadataWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomWriterTest.java
index 0f030949..6a8d8524 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/atom/writer/AtomWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonErrorResponseRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonErrorResponseRendererTest.java
index e6c3e961..13caf412 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonErrorResponseRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonErrorResponseRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonServiceDocumentRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonServiceDocumentRendererTest.java
index f757e7a8..bbf0eb33 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonServiceDocumentRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonServiceDocumentRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonValueRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonValueRendererTest.java
index e89df4d4..bbc70f3f 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonValueRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/JsonValueRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/util/JsonWriterUtilTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/util/JsonWriterUtilTest.java
index 2f8b1bb1..2a999d26 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/util/JsonWriterUtilTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/util/JsonWriterUtilTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriterTest.java
index abc27ff9..582f6b75 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonErrorResponseWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriterTest.java
index 29fa0e68..01cb3c6b 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonPropertyWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriterTest.java
index 818a8b82..837be4f3 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonServiceDocumentWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonWriterTest.java
index 3058b5c1..ed9c48b8 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/json/writer/JsonWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriterTest.java
index 2b94e8fa..946dc20d 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/metadata/MetadataDocumentWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/primitive/PrimitiveRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/primitive/PrimitiveRendererTest.java
index 29f6f401..c169c783 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/primitive/PrimitiveRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/primitive/PrimitiveRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/util/PrettyPrinter.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/util/PrettyPrinter.java
index eed28f1c..b4f3f6a3 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/util/PrettyPrinter.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/util/PrettyPrinter.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLErrorResponseRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLErrorResponseRendererTest.java
index fafbd0a0..9de2f2ce 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLErrorResponseRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLErrorResponseRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRendererTest.java
index d1f20657..3d95a41d 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XMLServiceDocumentRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XmlValueRendererTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XmlValueRendererTest.java
index d775116f..c36a1b2f 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XmlValueRendererTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/XmlValueRendererTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/util/XMLWriterUtilTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/util/XMLWriterUtilTest.java
index 298c46ac..3d63d3b6 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/util/XMLWriterUtilTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/util/XMLWriterUtilTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriterTest.java
index bf4f4bbe..1eb98e6e 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLErrorResponseWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriterTest.java
index 87095bd1..03b8792f 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLPropertyWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriterTest.java b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriterTest.java
index 23b475c6..7a954de1 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriterTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/renderer/xml/writer/XMLServiceDocumentWriterTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ExampleUnmarshaller.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ExampleUnmarshaller.java
index ef827e6a..9e8c4c58 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ExampleUnmarshaller.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ExampleUnmarshaller.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParameterTypeUtilsTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParameterTypeUtilsTest.java
index 54355a0e..4a068882 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParameterTypeUtilsTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParameterTypeUtilsTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParserUtilTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParserUtilTest.java
index ec4d155c..5f9b7c33 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParserUtilTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/ParserUtilTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/UnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/UnmarshallerTest.java
index 1555d478..0d25ef67 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/UnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/UnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshallerTest.java
index df53ff69..ea2550a6 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomActionUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshallerTest.java
index 7c8c1e30..fea21871 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/AtomUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/ODataAtomParserTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/ODataAtomParserTest.java
index 4db57a3b..90ba09b7 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/ODataAtomParserTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/atom/ODataAtomParserTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshallerTest.java
index 0c6d048b..88d83f6a 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/BatchUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/ODataBatchParserTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/ODataBatchParserTest.java
index 248fc076..bcedf483 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/ODataBatchParserTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/batch/ODataBatchParserTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshallerTest.java
index d18a3442..db43cf19 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonActionUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonUnmarshallerTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonUnmarshallerTest.java
index 6bfaae64..a191c8ec 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonUnmarshallerTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/JsonUnmarshallerTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParserTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParserTest.java
index b9613d90..4384519f 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParserTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonActionParserTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonParserTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonParserTest.java
index 72f7af49..31dc8454 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonParserTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/ODataJsonParserTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtilsTest.java b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtilsTest.java
index fe4b2fac..46876dbf 100644
--- a/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtilsTest.java
+++ b/odata_renderer/src/test/java/com/sdl/odata/unmarshaller/json/core/JsonParserUtilsTest.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/java/com/sdl/odata/service/ODataServiceConfiguration.java b/odata_service/src/main/java/com/sdl/odata/service/ODataServiceConfiguration.java
index a0cc8d32..7f47ee4c 100644
--- a/odata_service/src/main/java/com/sdl/odata/service/ODataServiceConfiguration.java
+++ b/odata_service/src/main/java/com/sdl/odata/service/ODataServiceConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/java/com/sdl/odata/service/spring/ActorProducer.java b/odata_service/src/main/java/com/sdl/odata/service/spring/ActorProducer.java
index 7aec20df..aa61e5d0 100644
--- a/odata_service/src/main/java/com/sdl/odata/service/spring/ActorProducer.java
+++ b/odata_service/src/main/java/com/sdl/odata/service/spring/ActorProducer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaConfiguration.java b/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaConfiguration.java
index 7fb5f28f..f87b520e 100644
--- a/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaConfiguration.java
+++ b/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringActorProducer.java b/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringActorProducer.java
index ce6e0f26..f75a74a3 100644
--- a/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringActorProducer.java
+++ b/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringActorProducer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringExtension.java b/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringExtension.java
index b1e4ee3b..0621a165 100644
--- a/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringExtension.java
+++ b/odata_service/src/main/java/com/sdl/odata/service/spring/AkkaSpringExtension.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/ODataServiceImpl.scala b/odata_service/src/main/scala/com/sdl/odata/service/ODataServiceImpl.scala
index df4c072e..ea5c189d 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/ODataServiceImpl.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/ODataServiceImpl.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/MessageHandlerRegistry.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/MessageHandlerRegistry.scala
index e771a74b..f6e8a67b 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/MessageHandlerRegistry.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/MessageHandlerRegistry.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataActor.scala
index 48cfacb6..c520b344 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchProcessorActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchProcessorActor.scala
index f232d080..4c4aadd3 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchProcessorActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchProcessorActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchRendererActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchRendererActor.scala
index ab3550da..f4432346 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchRendererActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataBatchRendererActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataMessageRouter.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataMessageRouter.scala
index b48b48ce..10e85c62 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataMessageRouter.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataMessageRouter.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataParserActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataParserActor.scala
index 2791f868..51b347d0 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataParserActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataParserActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataQueryProcessorActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataQueryProcessorActor.scala
index 2db52379..82a10cd5 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataQueryProcessorActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataQueryProcessorActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRendererActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRendererActor.scala
index 1f3f70e8..0b635336 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRendererActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRendererActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRequestProcessorActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRequestProcessorActor.scala
index fe674ecb..43a5c0b5 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRequestProcessorActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataRequestProcessorActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataUnmarshallerActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataUnmarshallerActor.scala
index 95cb9527..f577341b 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataUnmarshallerActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataUnmarshallerActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataWriteProcessorActor.scala b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataWriteProcessorActor.scala
index 214fce88..5622863b 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataWriteProcessorActor.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/actor/ODataWriteProcessorActor.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/protocol/ODataActorMessage.scala b/odata_service/src/main/scala/com/sdl/odata/service/protocol/ODataActorMessage.scala
index fa1b84c3..88911ed1 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/protocol/ODataActorMessage.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/protocol/ODataActorMessage.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/main/scala/com/sdl/odata/service/util/AkkaUtil.scala b/odata_service/src/main/scala/com/sdl/odata/service/util/AkkaUtil.scala
index 4df2c434..69713d08 100644
--- a/odata_service/src/main/scala/com/sdl/odata/service/util/AkkaUtil.scala
+++ b/odata_service/src/main/scala/com/sdl/odata/service/util/AkkaUtil.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_service/src/test/scala/com/sdl/odata/service/StopSystemAfterAll.scala b/odata_service/src/test/scala/com/sdl/odata/service/StopSystemAfterAll.scala
index 172d3145..b0fb8136 100644
--- a/odata_service/src/test/scala/com/sdl/odata/service/StopSystemAfterAll.scala
+++ b/odata_service/src/test/scala/com/sdl/odata/service/StopSystemAfterAll.scala
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/AbstractComplexTypeSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/AbstractComplexTypeSample.java
index 9d8426da..92bae8f3 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/AbstractComplexTypeSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/AbstractComplexTypeSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/AbstractEntityTypeSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/AbstractEntityTypeSample.java
index cea01ff8..46a876e3 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/AbstractEntityTypeSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/AbstractEntityTypeSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ActionImportSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/ActionImportSample.java
index 30989310..2f7c3caf 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ActionImportSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ActionImportSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ActionSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/ActionSample.java
index ac02870d..4db184e8 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ActionSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ActionSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/Address.java b/odata_test/src/main/java/com/sdl/odata/test/model/Address.java
index fb142f7f..8f19e399 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/Address.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/Address.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/BankAccount.java b/odata_test/src/main/java/com/sdl/odata/test/model/BankAccount.java
index bae83f25..3f2a5563 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/BankAccount.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/BankAccount.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/Category.java b/odata_test/src/main/java/com/sdl/odata/test/model/Category.java
index 18a3180d..f8c1969d 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/Category.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/Category.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/CollectionsSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/CollectionsSample.java
index c627905c..e75d8b9b 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/CollectionsSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/CollectionsSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ComplexKeySample.java b/odata_test/src/main/java/com/sdl/odata/test/model/ComplexKeySample.java
index f55ed865..46825040 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ComplexKeySample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ComplexKeySample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSample.java
index c057619f..e72e90cb 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSampleList.java b/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSampleList.java
index 644c2613..731e2ee3 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSampleList.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ComplexTypeSampleList.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/Customer.java b/odata_test/src/main/java/com/sdl/odata/test/model/Customer.java
index 9e0abd4e..6569fefd 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/Customer.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/Customer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/DefaultActionSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/DefaultActionSample.java
index ac80a64a..e99460ba 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/DefaultActionSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/DefaultActionSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/EntityTypeSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/EntityTypeSample.java
index 3af46acf..c1a5b86c 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/EntityTypeSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/EntityTypeSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/EntityWithNameSpaceSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/EntityWithNameSpaceSample.java
index 975e464c..f8647640 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/EntityWithNameSpaceSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/EntityWithNameSpaceSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/EnumSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/EnumSample.java
index df689239..b22ff73d 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/EnumSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/EnumSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ExampleFlags.java b/odata_test/src/main/java/com/sdl/odata/test/model/ExampleFlags.java
index 0ef4721c..1c6ccd19 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ExampleFlags.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ExampleFlags.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/ExpandedPropertiesSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/ExpandedPropertiesSample.java
index fb2e5cfd..72bbcfeb 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/ExpandedPropertiesSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/ExpandedPropertiesSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionImportSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionImportSample.java
index 034e74b3..f57d479b 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionImportSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionImportSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableImportSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableImportSample.java
index a325f466..67065532 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableImportSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableImportSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableSample.java
index 112e98c5..0bc5ec92 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionNotNullableSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionSample.java
index f55f9253..36d1d8f4 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/FunctionSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/FunctionSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairComplex.java b/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairComplex.java
index 6f38c700..80d9ab78 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairComplex.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairComplex.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairSample.java
index c25dc56b..462b443a 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/IdNamePairSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/NamedSingleton.java b/odata_test/src/main/java/com/sdl/odata/test/model/NamedSingleton.java
index a6128dbf..01bdcdd1 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/NamedSingleton.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/NamedSingleton.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/Order.java b/odata_test/src/main/java/com/sdl/odata/test/model/Order.java
index b94558af..734ff07c 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/Order.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/Order.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/OrderLine.java b/odata_test/src/main/java/com/sdl/odata/test/model/OrderLine.java
index 9b5c2195..cef7891d 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/OrderLine.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/OrderLine.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/PrimitiveTypesSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/PrimitiveTypesSample.java
index 2d01f959..99116432 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/PrimitiveTypesSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/PrimitiveTypesSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/Product.java b/odata_test/src/main/java/com/sdl/odata/test/model/Product.java
index beefe841..ddd6e3b0 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/Product.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/Product.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/SingletonSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/SingletonSample.java
index cfcfc8d7..92842216 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/SingletonSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/SingletonSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/UnboundActionSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/UnboundActionSample.java
index b4d778a8..16734a42 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/UnboundActionSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/UnboundActionSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/UnboundFunctionSample.java b/odata_test/src/main/java/com/sdl/odata/test/model/UnboundFunctionSample.java
index 8ad4d42f..bb8c3897 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/UnboundFunctionSample.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/UnboundFunctionSample.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/VIPCustomer.java b/odata_test/src/main/java/com/sdl/odata/test/model/VIPCustomer.java
index d66d76e5..4322f692 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/VIPCustomer.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/VIPCustomer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoClassification.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoClassification.java
index ab5b00b9..ab3cd169 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoClassification.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoClassification.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoEntity.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoEntity.java
index 4b47f053..b62f5ca0 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoEntity.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoEntity.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoProperty.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoProperty.java
index 1e9e7bce..9b95cb68 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoProperty.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoProperty.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyType.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyType.java
index c63abfa7..87c4d367 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyType.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyType.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyValue.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyValue.java
index 213ce838..58f05b1d 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyValue.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataDemoPropertyValue.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersion.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersion.java
index 89705d03..8c13024e 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersion.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersion.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersionPart.java b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersionPart.java
index f57351e1..84da51ea 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersionPart.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/model/complex/ODataVersionPart.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_test/src/main/java/com/sdl/odata/test/util/TestUtils.java b/odata_test/src/main/java/com/sdl/odata/test/util/TestUtils.java
index 1a39230a..5c24846d 100644
--- a/odata_test/src/main/java/com/sdl/odata/test/util/TestUtils.java
+++ b/odata_test/src/main/java/com/sdl/odata/test/util/TestUtils.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_webservice/src/main/java/com/sdl/odata/container/ODataServiceContainer.java b/odata_webservice/src/main/java/com/sdl/odata/container/ODataServiceContainer.java
index 9d5084e5..73b5146e 100644
--- a/odata_webservice/src/main/java/com/sdl/odata/container/ODataServiceContainer.java
+++ b/odata_webservice/src/main/java/com/sdl/odata/container/ODataServiceContainer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_webservice/src/main/java/com/sdl/odata/container/ODataWinServiceContainer.java b/odata_webservice/src/main/java/com/sdl/odata/container/ODataWinServiceContainer.java
index 85e6f163..69c8ba91 100644
--- a/odata_webservice/src/main/java/com/sdl/odata/container/ODataWinServiceContainer.java
+++ b/odata_webservice/src/main/java/com/sdl/odata/container/ODataWinServiceContainer.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/odata_webservice/src/main/java/com/sdl/odata/webservice/TomcatConfiguration.java b/odata_webservice/src/main/java/com/sdl/odata/webservice/TomcatConfiguration.java
index 70d33a35..cbbb0b26 100644
--- a/odata_webservice/src/main/java/com/sdl/odata/webservice/TomcatConfiguration.java
+++ b/odata_webservice/src/main/java/com/sdl/odata/webservice/TomcatConfiguration.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pom.xml b/pom.xml
index 08a6efd3..06aefcc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,13 +91,14 @@
2.6.20
4.13.6
- 31.1-jre
- 4.5.13
+ 32.1.2-jre
+ 4.5.14
2.14.2
+
0.8.8
1.3.5
5.9.2
- 4.3.1
+ 4.5.1
1.2.11
0.18_${scala.version}
2.1.1
@@ -105,9 +106,9 @@
3.1.4
3.1.0
1.7.36
- 2.7.12
- 5.3.27
- 9.0.75
+ 2.7.17
+ 5.3.30
+ 9.0.82
1.4.2
2.12.2
1.1.2
@@ -445,21 +446,7 @@
com.mycila
license-maven-plugin
- 4.1
-
-
- ${project.inceptionYear}
- ${currentYearDynamic}
-
-
-
- src/license/**
- **/test/resources/**/*.xml
- **/main/resources/**/*.xml
- **/test/resources/**/*.txt
- **.json
-
-
+ 4.3
@@ -495,32 +482,32 @@
org.apache.maven.plugins
maven-clean-plugin
- 3.2.0
+ 3.3.2
org.apache.maven.plugins
maven-compiler-plugin
- 3.10.1
+ 3.11.0
org.apache.maven.plugins
maven-dependency-plugin
- 3.2.0
+ 3.6.1
org.apache.maven.plugins
maven-deploy-plugin
- 3.0.0
+ 3.1.1
org.apache.maven.plugins
maven-gpg-plugin
- 3.0.1
+ 3.1.0
org.apache.maven.plugins
maven-install-plugin
- 3.0.1
+ 3.1.1
org.apache.maven.plugins
@@ -547,12 +534,12 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.1
+ 3.6.0
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M7
+ 3.0.1
true
release
@@ -561,12 +548,12 @@
org.apache.maven.plugins
maven-resources-plugin
- 3.3.0
+ 3.3.1
org.apache.maven.plugins
maven-source-plugin
- 3.2.1
+ 3.3.0
org.apache.maven.plugins
@@ -576,28 +563,28 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M7
+ 3.1.2
org.apache.maven.plugins
maven-war-plugin
- 3.3.2
+ 3.4.0
org.codehaus.mojo
build-helper-maven-plugin
- 3.3.0
+ 3.4.0
org.codehaus.mojo
flatten-maven-plugin
- 1.3.0
+ 1.5.0
org.codehaus.mojo
versions-maven-plugin
- 2.13.0
+ 2.16.1
com.sdl:*
@@ -776,17 +763,27 @@
process-sources
-
- **/*.java
- **/*.scala
- **/pom.xml
-
-
- **/test/resources/**/*.xml
- **/main/resources/**/*.xml
- **/test/resources/**/*.txt
- **.json
-
+
+ ${project.inceptionYear}
+ ${currentYearDynamic}
+
+
+
+
+
+ src/license/**
+
+
+ **/*.java
+ **/*.scala
+ **/pom.xml
+
+
+
+
+ JAVADOC_STYLE
+ JAVADOC_STYLE
+
process-sources
@@ -875,7 +872,7 @@
true
ossrh
- https://oss.sonatype.org/
+ https://s01.oss.sonatype.org/
true