Uses of Enum Class
dev.archunitjava.model.JvmVoidType
Packages that use JvmVoidType
-
Uses of JvmVoidType in dev.archunitjava.model
Subclasses with type arguments of type JvmVoidType in dev.archunitjava.modelModifier and TypeClassDescriptionenumThe JVM void return type, which is not legal as a field or parameter type.Methods in dev.archunitjava.model that return JvmVoidTypeModifier and TypeMethodDescriptionstatic JvmVoidTypeReturns the enum constant of this class with the specified name.static JvmVoidType[]JvmVoidType.values()Returns an array containing the constants of this enum class, in the order they are declared.