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 VoidTypeTypes. ofVoid()Returns aVoidType, representing thevoidpseudo-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 VoidTypeType. asVoid()Returns this type as the void pseudo-type.default VoidTypeVoidType. asVoid()
-