File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
storage-units-dozer/src/main/java
storage-units-eclipselink/src/main/java
storage-units-gson/src/main/java
storage-units-jackson/src/main/java
storage-units-jakarta/src/main/java
storage-units-mapstruct/src/main/java
storage-units-modelmapper/src/main/java
storage-units-model/src/main/java
storage-units-mongodb/src/main/java
storage-units-orika/src/main/java
storage-units-simple/src/main/java Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >wtf.metio.maven.parents</groupId >
1616 <artifactId >maven-parents-java-prototype</artifactId >
17- <version >2022.12.2 </version >
17+ <version >2022.12.30 </version >
1818 </parent >
1919
2020 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Original file line number Diff line number Diff line change 55/**
66 * Module for Dozer support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .dozer {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for EclipseLink support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .eclipselink {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for GSON support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .gson {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for Jackson support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .jackson {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for Jakarta Persistence support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .jakarta {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for MapStruct support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .mapstruct {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for the core data model.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .model {
1010
1111 requires org .jetbrains .annotations ;
Original file line number Diff line number Diff line change 55/**
66 * Module for ModelMapper support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .modelmapper {
1010
1111 requires wtf .metio .storageunits .model ;
Original file line number Diff line number Diff line change 55/**
66 * Module for MongoDB support.
77 */
8- @ org .jspecify .nullness .NullMarked
8+ @ org .jspecify .annotations .NullMarked
99module wtf .metio .storageunits .mongodb {
1010
1111 requires wtf .metio .storageunits .model ;
You can’t perform that action at this time.
0 commit comments