Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

/**
* Used for generation of code via <a href="https://immutables.github.io/">Immutables</a>.
*
*/
@Value.Style(depluralize = true, jdkOnly = true, allowedClasspathAnnotations = java.lang.Override.class)
@Value.Style(depluralize = true, jdkOnly = true, allowedClasspathAnnotations = java.lang.Override.class, visibility = Value.Style.ImplementationVisibility.PUBLIC, typeImmutableNested = "Immutable*")
Copy link
Contributor

@ikasarov ikasarov Aug 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the one thing that's missing from the previous style config is

typeImmutable = "Immutable*"

in addition to typeImmutableNested. Do we not need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default value is matching previously set configuration.

public @interface MultiappsImmutablesStyle {

}