Package org.jboss.netty.util
Class Version
- java.lang.Object
-
- org.jboss.netty.util.Version
-
public final class Version extends Object
Provides the version information of Netty.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Prints out the version identifier to stdout.
-
-
-
Field Detail
-
ID
public static final String ID
The version identifier.- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
Prints out the version identifier to stdout.
-
-