Uses of Interface
io.helidon.common.features.metadata.Deprecation
Packages that use Deprecation
-
Uses of Deprecation in io.helidon.common.features.metadata
Classes in io.helidon.common.features.metadata with type parameters of type DeprecationModifier and TypeClassDescriptionstatic classDeprecation.BuilderBase<BUILDER extends Deprecation.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Deprecation> Fluent API builder base forDeprecation.Classes in io.helidon.common.features.metadata that implement DeprecationModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.features.metadata that return DeprecationModifier and TypeMethodDescriptionDeprecation.Builder.build()Deprecation.Builder.buildPrototype()static DeprecationDeprecation.create()Create a new instance with default values.Methods in io.helidon.common.features.metadata that return types with arguments of type DeprecationModifier and TypeMethodDescriptionFeatureMetadata.BuilderBase.deprecation()Deprecation information.FeatureMetadata.BuilderBase.FeatureMetadataImpl.deprecation()FeatureMetadata.deprecation()Deprecation information.Methods in io.helidon.common.features.metadata with parameters of type DeprecationModifier and TypeMethodDescriptionstatic Deprecation.BuilderDeprecation.builder(Deprecation instance) Create a new fluent API builder from an existing instance.FeatureMetadata.BuilderBase.deprecation(Deprecation deprecation) Deprecation information.Deprecation.BuilderBase.from(Deprecation prototype) Update this builder from an existing prototype instance.