Uses of Interface
jakarta.enterprise.lang.model.types.VoidType
-
Packages that use VoidType Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of VoidType in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return VoidType Modifier and Type Method Description VoidType
Types. ofVoid()
Returns aVoidType
, representing thevoid
pseudo-type. -
Uses of VoidType in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return VoidType Modifier and Type Method Description default VoidType
Type. asVoid()
Returns this type as the void pseudo-type.default VoidType
VoidType. asVoid()
-