Class ClassDefiners

java.lang.Object
eu.cloudnetservice.driver.util.define.ClassDefiners

@Internal public final class ClassDefiners extends Object
A holder class for the best class definer of the current jvm.
Since:
4.0
  • Field Details

    • DEFINER

      private static final ClassDefiner DEFINER
      The jvm static instance of the best definer for the current jvm implementation.
  • Constructor Details

    • ClassDefiners

      private ClassDefiners()
  • Method Details

    • current

      @NonNull public static @NonNull ClassDefiner 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.