blob: 9f775fd36717ef71603bd4fa42cc18b672bca165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="uCgX3Or3kDRGpbJ6JCsQc3Ub4JsnR5-p0itfsKAYZ_U" />
<script src="logi/jQuery-all.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="logi/reset.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="description" content="Spice up your java" />
<title>Project Lombok</title>
<script type="text/javascript" src="videos/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("player","9.0.98","videos/expressInstall.swf");
</script>
<!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
<a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1>Project Lombok</h1>
<div id="buttonBar" class="buttonBar">
<a class="button" href="features/index.html">
<img src="icon_overview.png" />
<span>Feature Overview</span>
</a>
<a class="button" href="http://groups.google.com/group/project-lombok">
<img src="icon_discussion.png" />
<span>Discuss / Help</span>
</a>
<a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="icon_contribute.png" />
<span>Contribute</span>
</a>
<a class="button" href="http://code.google.com/p/projectlombok/issues/list">
<img src="icon_bugs.png" />
<span>Report an issue</span>
</a>
<div class="downloadContainer">
<a class="downloadLink" id="downloadLink" href="download.html">
<img src="icon_download.png" />
<span>Download!</span>
</a>
<div class="versionInfo">
Version: @VERSION@ | <a href="changelog.html">changelog</a>
</div>
</div>
</div>
<div class="video">
<video width="800" height="480" poster="videos/poster.png" controls="controls" preload="none">
<source src="videos/lombok.ogv" type="video/ogg" />
<source src="videos/lombok.mp4" type="video/mp4" />
<source src="videos/lombok-iPhone.m4v" type="video/mp4" />
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="500">
<param name="movie" value="videos/player.swf?image=poster.png&file=lombok.mp4" />
<param name="allowfullscreen" value="true" />
<!--[if !IE]>-->
<object width="800" height="500" type="application/x-shockwave-flash"
data="videos/player.swf?image=poster.png&file=lombok.mp4" allowfullscreen="true">
<!--<![endif]-->
<h3>Video: Lombok Demo</h3>
<p>
<strong>No video playback capabilities detected.</strong>
Why not download it instead?<br />
<a href="videos/lombok.mp4">MPEG4 / H.264 (Windows / Mac)</a> |
<a href="videos/lombok.ogv">Ogg Theora & Vorbis ".ogv" (Linux)</a>
</p><p>
To play the video in the webpage, please do one of the following:
</p><ul>
<li>Upgrade to <a href="http://www.mozilla.org/firefox/">Firefox</a> or
<a href="http://www.google.com/chrome/">Chrome</a>
</li>
<li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li>
</ul>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</video>
</div>
<div class="endBar">
<a href="novideo.html">I can't see the video</a> | <a href="http://jnb.ociweb.com/jnb/jnbJan2010.html">Show me a text and images based explanation and tutorial instead!</a>
</div>
<div class="footer">
<a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2014 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9884254-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body></html>
|