Benki β†’ All Posts

β‡  previous page next page β‡’

Java annotations for static analysis with a clearly defined specification in the style of a static type system.

At the moment it defines nullability annotations (@Nullable, @NullMarked).

Supported by Error Prone, Infer, and other tools.

A Kubernetes CSI driver for the mounting of Google Cloud Storage buckets as storage volumes.

A library that I wrote to parse serialized GVariant values in Java. Also includes a module for reading the files that make up an OSTree repository.

The API is not stable yet. On the plus side, it has full unit test coverage, so assuming that I got the example cases right, it should do its job reasonably reliably.

Bug reports and API suggestions welcome!

Javadocs: jgvariant-core, jgvariant-ostree
Issue trackers: GitHub, GitLab

A Java annotation that you can use to mark your API elements as internal, deprecated, experimental, maintained, or stable.

β‡  previous page next page β‡’