- Notifications
You must be signed in to change notification settings - Fork0
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
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A wrapper project for Immutables.org to work with GWT.
- 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>
<inheritsname="org.dominokit.immutables.Immutables"/>
Usage of Immutables can be found inImmutables.org
@Value.ImmutablepublicinterfacePerson {intfoo();Stringbar();List<Integer>buz();Set<Long>crux();}
About
Wrapper project for Immutables.org to work with GWT
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.