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 io.helidon.common.features.metadata.Deprecation
Deprecation.Builder, Deprecation.BuilderBase<BUILDER extends Deprecation.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Deprecation> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DeprecationImpl
(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:Deprecation
Whether this module is deprecated, defaults totrue
.- Specified by:
isDeprecated
in interfaceDeprecation
- Returns:
- is deprecated
-
since
Description copied from interface:Deprecation
First version this feature was deprecated in.- Specified by:
since
in interfaceDeprecation
- Returns:
- since version
-
description
Description copied from interface:Deprecation
Deprecation description.- Specified by:
description
in interfaceDeprecation
- Returns:
- description
-
toString
-
equals
-
hashCode
public int hashCode()
-