Lombok.ast - v0.2

lombok.ast
Class Version

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

public class Version
extends Object

This class just holds lombok.ast's current version.


Method Summary
static String getVersion()
          Get the current lombok.ast 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.ast version.


Lombok.ast - v0.2

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