| Package | Description |
|---|---|
| org.apache.flink.annotation | |
| org.apache.flink.annotation.docs |
| Modifier and Type | Class and Description |
|---|---|
interface |
VisibleForTesting
This annotations declares that a function, field, constructor, or entire type, is only visible for
testing purposes.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
ConfigGroup
A class that specifies a group of config options.
|
interface |
ConfigGroups
Annotation used on classes containing config options that enables the separation of options into different
tables based on key prefixes.
|
static interface |
Documentation.CommonOption
Annotation used on config option fields to include them in the "Common Options" section.
|
static interface |
Documentation.ExcludeFromDocumentation
Annotation used on config option fields to exclude the config option from documentation.
|
static interface |
Documentation.OverrideDefault
Annotation used on config option fields to override the documented default.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.