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

Documentation site. Please, when contributing to the docs use "src" branch (but not to Jekyll-generated "master")

License

NotificationsYou must be signed in to change notification settings

immutables/immutables.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<!DOCTYPE html><html><head>  <meta charset='utf-8'>  <meta http-equiv="X-UA-Compatible" content="chrome=1">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <!--link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"-->  <link rel="stylesheet" href="/gfx/bootstrap.min.css">  <link rel="stylesheet" href="/gfx/main.css">  <link rel="stylesheet" href="/gfx/code.css">  <title>License</title></head><body><!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PMJSKV"height="0" width="0"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-PMJSKV');</script><!-- End Google Tag Manager --><header>  <div>    <a href="/">Immutables</a> &larr;    <h1>License <iframe src="https://ghbtns.com/github-btn.html?user=immutables&repo=immutables&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></h1>  </div></header><aside></aside><section>  <p>The <em>Immutables</em> toolkit and all required dependencies are covered under <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><div><div><pre><code><span>/*   Copyright 2013-2024 Immutables Authors and Contributors   Licensed under the Apache License, Version 2.0 (the "License");   you may not use this file except in compliance with the License.   You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0   Unless required by applicable law or agreed to in writing, software   distributed under the License is distributed on an "AS IS" BASIS,   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   See the License for the specific language governing permissions and   limitations under the License. */</span></code></pre></div></div></section><footer>  <div>    <h2>Guides</h2><ul>  <li><a href="/getstarted.html">Get started!</a></li>  <li><a href="/intro.html">Inception</a></li>  <li><a href="/immutable.html">Immutable objects</a></li>  <li><a href="/factory.html">Factory builders</a></li>  <li><a href="/functional.html">Functions and Predicates (for Java 7)</a></li>  <li><a href="/style.html">Style customization</a></li>  <li><a href="/json.html">JSON serialization</a></li>  <li><a href="/criteria.html">Criteria</a></li>  <li><a href="/mongo.html">MongoDB repositories</a></li>  <li><a href="/dynamodb.html">DynamoDB integration</a></li>  <li><a href="/encoding.html">Encoding: Customizing attributes and builders (experimental)</a></li>  <li><a href="/apt.html">Using annotation processor in IDE</a></li></ul><h2>Get involved</h2><ul>  <li>Clone source repository, contribute bug reports and fixes on <a href="https://github.com/immutables/immutables">GitHub immutables/immutables</a></li>  <li>Issue reports, questions and feedback is welcome on issue tracker <a href="https://github.com/immutables/immutables/issues">GitHub immutables/immutables/issues</a></li>  <li>News and announcements on twitter <a href="https://twitter.com/ImmutablesOrg">@ImmutablesOrg</a></li></ul><p><a href="/license.html">Apache License 2.0</a></p>    <!--<div><h2>Posts</h2>      <ul>              </ul>    </div>-->  </div></footer><script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script><script defer src="/gfx/jquery.toc.min.js"></script><script>$(function() {  $('#toc').toc({    container: '.documentation',    selectors: 'h1,h2,h3,h4',    anchorName: function(i, heading, prefix) {      heading = $(heading).text();      if (heading.trim) heading = heading.trim();      return heading.toLowerCase().replace(/ /g, '-').replace(/[^a-z^\-]+/g, '');    },  })})</script></body></html>

About

Documentation site. Please, when contributing to the docs use "src" branch (but not to Jekyll-generated "master")

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp