-
public class CommonVersionCheck
-
-
Field Summary
Fields Modifier and Type Field Description public final static CommonVersionCheckINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisAtLeastJ18()final BooleanisAtLeastM23()final BooleanisAtLeastO26()final BooleanisAtLeastQ29()-
-
Method Detail
-
isAtLeastJ18
final Boolean isAtLeastJ18()
-
isAtLeastM23
final Boolean isAtLeastM23()
-
isAtLeastO26
final Boolean isAtLeastO26()
-
isAtLeastQ29
final Boolean isAtLeastQ29()
-
-
-
-