Module io.helidon.builder.api
Package io.helidon.builder.api
Annotation Interface Prototype.Provides
- Enclosing class:
Prototype
Types provided by this configured type. Complementary to
Option.Provider
.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<?>[]
Types this type provides, probably throughServiceLoader
.
-
Element Details
-
value
Class<?>[] valueTypes this type provides, probably throughServiceLoader
. For example security expects aSecurityProvider
- basic authentication provider is such a provider, so it can be marked to provide this type.- Returns:
- types this configured type provides in addition to its qualified class name
-