Package com.strobel.reflection
Class Type.LazyConstants
- java.lang.Object
-
- com.strobel.reflection.Type.LazyConstants
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Type<?>Bottom(package private) static Type<?>NullType(package private) static WildcardType<?>UnboundedWildcard
-
Constructor Summary
Constructors Modifier Constructor Description privateLazyConstants()
-
-
-
Field Detail
-
Bottom
static final Type<?> Bottom
-
NullType
static final Type<?> NullType
-
UnboundedWildcard
static final WildcardType<?> UnboundedWildcard
-
-