Lombok - v0.10.8

lombok.core
Class Version

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

public class Version
extends Object

This class just holds lombok's current version.


Method Summary
static String getFullVersion()
           
static String getReleaseName()
          Get the current release name.
static String getVersion()
          Get the current Lombok version.
static void main(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(String[] args)
Prints the version followed by a newline, and exits.


getVersion

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


getReleaseName

public static 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 String getFullVersion()

Lombok - v0.10.8

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.