Skip to content

Commit df0c95d

Browse files
committed
Adapt immutables style to match cf-java-client-sap project
JIRA:LMCROSSITXSADEPLOY-3263
1 parent 614f987 commit df0c95d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

multiapps-common/src/main/java/org/cloudfoundry/multiapps/common/MultiappsImmutablesStyle.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
/**
66
* Used for generation of code via <a href="https://immutables.github.io/">Immutables</a>.
7-
*
87
*/
9-
@Value.Style(depluralize = true, jdkOnly = true, allowedClasspathAnnotations = java.lang.Override.class)
8+
@Value.Style(depluralize = true, jdkOnly = true, allowedClasspathAnnotations = java.lang.Override.class, visibility = Value.Style.ImplementationVisibility.PUBLIC, typeImmutableNested = "Immutable*")
109
public @interface MultiappsImmutablesStyle {
1110

1211
}

0 commit comments

Comments
 (0)