Class NullType

java.lang.Object
org.miaixz.bus.core.lang.reflect.NullType
All Implemented Interfaces:
Type

public class NullType extends Object implements Type
空类型表示
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

    • INSTANCE

      public static NullType INSTANCE
      单例对象
  • Method Details