Simple version of the JSR 305 annotation that allows for inspecting jOOQ code
and detect accidentally omitted calls to
Query.execute()
and the
likes in IntelliJ.
This annotation is ApiStatus.Internal
. Clients should not rely on its presence.
The annotation may be replaced with a more suitable one by JetBrains, e.g.
the Contract
annotation, when a favourable use-case can be found.
- Author:
- Lukas Eder
- See Also: