| Annotation Type | Description |
|---|---|
| ExperimentalApi |
This represents code that the graphql-java project considers experimental API and while our intention is that it will
progress to be
PublicApi, its existence, signature of behavior may change between releases. |
| GuardedBy |
Indicates that the annotated element should be used only while holding the specified lock.
|
| Internal |
This represents code that the java-dataloader project considers internal code that MAY not be stable within
major releases.
|
| PublicApi |
This represents code that the java-dataloader project considers public API and has an imperative to be stable within
major releases.
|
| PublicSpi |
This represents code that the java-dataloader project considers public SPI and has an imperative to be stable within
major releases.
|
| VisibleForTesting |
Marks fields, methods etc as more visible than actually needed for testing purposes.
|