Class ClassDefiners
java.lang.Object
eu.cloudnetservice.driver.util.define.ClassDefiners
A holder class for the best class definer of the current jvm.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ClassDefinerThe jvm static instance of the best definer for the current jvm implementation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull ClassDefinercurrent()Get the jvm static instance of the best definer for the current jvm implementation.
-
Field Details
-
DEFINER
The jvm static instance of the best definer for the current jvm implementation.
-
-
Constructor Details
-
ClassDefiners
private ClassDefiners()
-
-
Method Details
-
current
Get the jvm static instance of the best definer for the current jvm implementation.- Returns:
- the jvm static instance of the best definer for the current jvm implementation.
-