public class Version extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getFullVersion() |
static String |
getReleaseName()
Get the current release name.
|
static String |
getVersion()
Get the current Lombok version.
|
static boolean |
isEdgeRelease() |
static void |
main(String[] args)
Prints the version followed by a newline, and exits.
|
public static void main(String[] args)
public static String getVersion()
public static String getReleaseName()
public static String getFullVersion()
public static boolean isEdgeRelease()
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.