Please enable JavaScript.
Coggle requires JavaScript to display documents.
java-reifiable-types - Coggle Diagram
java-reifiable-types
types completely available at runtime
some type information are lost at compile time
not all types are available at runtime
reifiable if one of these holds true
non generic class or interface
parameterized type in which all type arguments are unbounded wildcards
raw type
primitive type
array type whose elements type is reifiable
nested type for each type T separated by ".", T itself is reifiable
an intersection type is not reifiable
some type information is erased during compilation