Uses of Enum Class
io.helidon.inject.api.ElementKind
Packages that use ElementKind
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of ElementKind in io.helidon.inject.api
Methods in io.helidon.inject.api that return ElementKindModifier and TypeMethodDescriptionElementInfo.BuilderBase.ElementInfoImpl.elementKind()static ElementKindReturns the enum constant of this class with the specified name.static ElementKind[]ElementKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.inject.api that return types with arguments of type ElementKindModifier and TypeMethodDescriptionElementInfo.BuilderBase.elementKind()The injection point/receiver kind.Methods in io.helidon.inject.api with parameters of type ElementKindModifier and TypeMethodDescriptionElementInfo.BuilderBase.elementKind(ElementKind elementKind) The injection point/receiver kind.