Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wrapper project for Immutables.org to work with GWT

License

NotificationsYou must be signed in to change notification settings

DominoKit/domino-immutables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Build StatusDevelopment Build StatusMaven CentralSonatype Nexus (Snapshots)

Domino Immutables

A wrapper project for Immutables.org to work with GWT.

Setup

Maven dependency

  • Latest release
<dependency>  <groupId>org.dominokit</groupId>  <artifactId>domino-immutables</artifactId>  <version>1.0.0</version></dependency>
  • Development Snapshot
<dependency>  <groupId>org.dominokit</groupId>  <artifactId>domino-immutables</artifactId>  <version>HEAD-SNAPSHOT</version></dependency>

To use the snapshot version without building locally, configure the snapshot repository

<repository>   <id>sonatype-snapshots-repo</id>   <url>https://oss.sonatype.org/content/repositories/snapshots</url>   <snapshots>      <enabled>true</enabled>      <updatePolicy>always</updatePolicy>      <checksumPolicy>fail</checksumPolicy>   </snapshots></repository>

GWT module inheritance

<inheritsname="org.dominokit.immutables.Immutables"/>

Usage of Immutables can be found inImmutables.org

Example

@Value.ImmutablepublicinterfacePerson {intfoo();Stringbar();List<Integer>buz();Set<Long>crux();}

About

Wrapper project for Immutables.org to work with GWT

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp