A B C D E F I L M N R S T V 
All Classes All Packages

A

Alpha - Annotation Type in com.netflix.spinnaker.kork.annotations
Declares that a public API is subject to incompatible changes or even removal in a future release.

B

Beta - Annotation Type in com.netflix.spinnaker.kork.annotations
Declares that a public API is subject to incompatible changes, but includes a commitment to support the feature long-term with the caveat that the implementation can still change (even dramatically).

C

com.netflix.spinnaker.kork.annotations - package com.netflix.spinnaker.kork.annotations
 

D

DeprecationInfo - Annotation Type in com.netflix.spinnaker.kork.annotations
Provides additional deprecation information, which should be used alongside Deprecated.

E

eol() - Method in annotation type com.netflix.spinnaker.kork.annotations.DeprecationInfo
The scheduled product version that will see this functionality removed from the codebase.

F

FieldsAreNonnullByDefault - Annotation Type in com.netflix.spinnaker.kork.annotations
Defaults all fields within annotation's scope to @Nonnull, unless a more tightly-scoped annotation is applied.
FieldsAreNullableByDefault - Annotation Type in com.netflix.spinnaker.kork.annotations
Defaults all fields within annotation's scope to @Nullable, unless a more tightly-scoped annotation is applied.

I

ignore() - Method in annotation type com.netflix.spinnaker.kork.annotations.Metered
 

L

link() - Method in annotation type com.netflix.spinnaker.kork.annotations.DeprecationInfo
An optional link to the Github issue, PR or document that covers this deprecation.

M

Metered - Annotation Type in com.netflix.spinnaker.kork.annotations
 
MethodsReturnNonnullByDefault - Annotation Type in com.netflix.spinnaker.kork.annotations
Defaults all methods within annotation's scope to return @Nonnull, unless a more tightly-scoped annotation is applied.
MethodsReturnNullableByDefault - Annotation Type in com.netflix.spinnaker.kork.annotations
Defaults all methods within annotation's scope to return @Nullable, unless a more tightly-scoped annotation is applied.
metricName() - Method in annotation type com.netflix.spinnaker.kork.annotations.Metered
If set, this value will be used as an override to the metric name that would normally be generated automatically.

N

NO_REPLACEMENT - Static variable in annotation type com.netflix.spinnaker.kork.annotations.DeprecationInfo
Constant value for DeprecationInfo#replacedBy.
NonnullByDefault - Annotation Type in com.netflix.spinnaker.kork.annotations
Defaults all fields, methods, and method parameters within annotation's scope to @Nonnull, unless a more tightly-scoped annotation is applied.
NullableByDefault - Annotation Type in com.netflix.spinnaker.kork.annotations
Defaults all fields, methods, and method parameters within annotation's scope to @Nullable, unless a more tightly-scoped annotation is applied.

R

reason() - Method in annotation type com.netflix.spinnaker.kork.annotations.DeprecationInfo
A short explanation of the deprecation.
replaceWith() - Method in annotation type com.netflix.spinnaker.kork.annotations.DeprecationInfo
Short explanation on what functionality is replacing this deprecation.

S

since() - Method in annotation type com.netflix.spinnaker.kork.annotations.DeprecationInfo
The product version that the deprecation was introduced.

T

tags() - Method in annotation type com.netflix.spinnaker.kork.annotations.Metered
 

V

VisibleForTesting - Annotation Type in com.netflix.spinnaker.kork.annotations
Signifies that an element is visible for testing purpooses only.
A B C D E F I L M N R S T V 
All Classes All Packages