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