Interface Deprecation
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
Deprecation.BuilderBase.DeprecationImpl
Deprecation information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forDeprecation.static classDeprecation.BuilderBase<BUILDER extends Deprecation.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Deprecation> Fluent API builder base forDeprecation. -
Method Summary
Modifier and TypeMethodDescriptionstatic Deprecation.Builderbuilder()Create a new fluent API builder to customize configuration.static Deprecation.Builderbuilder(Deprecation instance) Create a new fluent API builder from an existing instance.static Deprecationcreate()Create a new instance with default values.Deprecation description.booleanWhether 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
-