Class Deprecation.BuilderBase.DeprecationImpl
java.lang.Object
io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- All Implemented Interfaces:
Prototype.Api, Deprecation
- Enclosing class:
Deprecation.BuilderBase<BUILDER extends Deprecation.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends Deprecation>
protected static class Deprecation.BuilderBase.DeprecationImpl
extends Object
implements Deprecation
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Deprecation
Deprecation.Builder, Deprecation.BuilderBase<BUILDER, PROTOTYPE>Modifier and TypeInterfaceDescriptionstatic classFluent API builder forDeprecation.static classDeprecation.BuilderBase<BUILDER extends Deprecation.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends Deprecation>Fluent API builder base forDeprecation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecationImpl(Deprecation.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
DeprecationImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
isDeprecated
public boolean isDeprecated()Description copied from interface:DeprecationWhether this module is deprecated, defaults totrue.- Specified by:
isDeprecatedin interfaceDeprecation- Returns:
- is deprecated
-
since
Description copied from interface:DeprecationFirst version this feature was deprecated in.- Specified by:
sincein interfaceDeprecation- Returns:
- since version
-
description
Description copied from interface:DeprecationDeprecation description.- Specified by:
descriptionin interfaceDeprecation- Returns:
- description
-
toString
-
equals
-
hashCode
-