Package dev.cel.common
Class CelSource.Extension.Version
- java.lang.Object
-
- dev.cel.common.CelSource.Extension.Version
-
- Enclosing class:
- CelSource.Extension
@Immutable public abstract static class CelSource.Extension.Version extends java.lang.Object
Version of the extension
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CelSource.Extension.Version
of(long major, long minor)
Create a new instance of Version with the provided major and minor values.
-
-
-
Method Detail
-
of
public static CelSource.Extension.Version of(long major, long minor)
Create a new instance of Version with the provided major and minor values.
-
-