diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
commit | 55dd52942e11dae5510a5a4b261b296151532e1e (patch) | |
tree | 724a11cdb8eb715847de805713dc0f7e03fde04a /website/features/Data.html | |
parent | de15a9d760d215b285d74a47184ca4e49c6c9268 (diff) | |
parent | a61efb8db4904a848ba69f3e87747db5883693c1 (diff) | |
download | lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.gz lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.bz2 lombok-55dd52942e11dae5510a5a4b261b296151532e1e.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'website/features/Data.html')
-rw-r--r-- | website/features/Data.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/website/features/Data.html b/website/features/Data.html index 23f9cea8..0a6246bb 100644 --- a/website/features/Data.html +++ b/website/features/Data.html @@ -8,10 +8,12 @@ <title>@Data</title> <!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]--> </head><body><div id="pepper"> + <div class="minimumHeight"></div> <div class="meat"> - <div class="minimumHeight"></div> <div class="header"><a href="../index.html">Project Lombok</a></div> <h1>@Data</h1> + <div class="byline">'struct' for java: Automatically generate <code>toString</code>, <code>hashCode</code>, <code>equals</code>, a constructor, and getters and setters + from just the fields in your class.</div> <div class="overview"> <h3>Overview</h3> <p> @@ -71,10 +73,10 @@ </p> </div> </div> - <footer> + <div class="footer"> <a href="index.html">Back to features</a> | <a href="GetterSetter.html">Previous feature (@Getter / @Setter)</a> | <a href="Cleanup.html">Next feature (@Cleanup)</a><br /> <span class="copyright">Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>.</span> - </footer> + </div> <div style="clear: both;"></div> </div> </div></body></html> |