Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Alpha - Annotation Interface 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 Interface 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 Interface in com.netflix.spinnaker.kork.annotations
-
Provides additional deprecation information, which should be used alongside
Deprecated.
E
- eol() - Element in annotation interface com.netflix.spinnaker.kork.annotations.DeprecationInfo
-
The scheduled product version that will see this functionality removed from the codebase.
F
- FieldsAreNonnullByDefault - Annotation Interface 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 Interface in com.netflix.spinnaker.kork.annotations
-
Defaults all fields within annotation's scope to @Nullable, unless a more tightly-scoped annotation is applied.
I
L
- link() - Element in annotation interface com.netflix.spinnaker.kork.annotations.DeprecationInfo
-
An optional link to the Github issue, PR or document that covers this deprecation.
M
- Metered - Annotation Interface in com.netflix.spinnaker.kork.annotations
- MethodsReturnNonnullByDefault - Annotation Interface 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 Interface 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() - Element in annotation interface 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 interface com.netflix.spinnaker.kork.annotations.DeprecationInfo
-
Constant value for
DeprecationInfo#replacedBy. - NonnullByDefault - Annotation Interface 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 Interface 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() - Element in annotation interface com.netflix.spinnaker.kork.annotations.DeprecationInfo
-
A short explanation of the deprecation.
- replaceWith() - Element in annotation interface com.netflix.spinnaker.kork.annotations.DeprecationInfo
-
Short explanation on what functionality is replacing this deprecation.
S
- since() - Element in annotation interface com.netflix.spinnaker.kork.annotations.DeprecationInfo
-
The product version that the deprecation was introduced.
T
V
- VisibleForTesting - Annotation Interface in com.netflix.spinnaker.kork.annotations
-
Signifies that an element is visible for testing purpooses only.
All Classes and Interfaces|All Packages|Constant Field Values