Uses of Enum Class
org.apache.maven.api.annotations.Config.Source
Packages that use Config.Source
Package
Description
This package contains non-functional annotations which are
used to tag various elements and help users understanding
how those types should be used.
-
Uses of Config.Source in org.apache.maven.api.annotations
Subclasses with type arguments of type Config.Source in org.apache.maven.api.annotationsModifier and TypeClassDescriptionstatic enum
Property source, which determines when and where the property will be read from or set for consumption.Methods in org.apache.maven.api.annotations that return Config.SourceModifier and TypeMethodDescriptionstatic Config.Source
Returns the enum constant of this class with the specified name.static Config.Source[]
Config.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.