Interface Deprecation
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
Deprecation.BuilderBase.DeprecationImpl
Deprecation information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forDeprecation
.static class
Deprecation.BuilderBase<BUILDER extends Deprecation.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Deprecation> Fluent API builder base forDeprecation
. -
Method Summary
Modifier and TypeMethodDescriptionstatic Deprecation.Builder
builder()
Create a new fluent API builder to customize configuration.static Deprecation.Builder
builder
(Deprecation instance) Create a new fluent API builder from an existing instance.static Deprecation
create()
Create a new instance with default values.Deprecation description.boolean
Whether this module is deprecated, defaults totrue
.since()
First version this feature was deprecated in.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance with default values.- Returns:
- a new instance
-
isDeprecated
boolean isDeprecated()Whether this module is deprecated, defaults totrue
.- Returns:
- is deprecated
-
since
First version this feature was deprecated in.- Returns:
- since version
-
description
Deprecation description.- Returns:
- description
-