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