Lombok - v0.9.3

lombok.core
Class Version

java.lang.Object
  extended by lombok.core.Version

public class Version
extends java.lang.Object

This class just holds lombok's current version.


Method Summary
static java.lang.String getFullVersion()
           
static java.lang.String getReleaseName()
          Get the current release name.
static java.lang.String getVersion()
          Get the current Lombok version.
static void main(java.lang.String[] args)
          Prints the version followed by a newline, and exits.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Prints the version followed by a newline, and exits.


getVersion

public static java.lang.String getVersion()
Get the current Lombok version.


getReleaseName

public static java.lang.String getReleaseName()
Get the current release name. The release name is a string (not numbers). Every time a new release has a significantly improved feature set, a new release name is given. Thus, many versions can carry the same release name. Version bumps and release names are not related; if a new version of lombok is entirely backwards compatible with a previous one, but also adds many new features, it will get only a minor version bump, but also a new release name.


getFullVersion

public static java.lang.String getFullVersion()

Lombok - v0.9.3

Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.