File: README.md

package info (click to toggle)
backport9 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: java: 351; xml: 58; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Backport9
=========

A collection of backports and utilities to support libraries and apps that
want to use Java 9 features but still function on Java 8.

Modules
-------

A light shim library that wraps Java 9 and previous reflection APIs to allow a
uniform API into "module"-like behaviors on all recent JDKs.

Buffers
-------

Binary-compatible calling shims for java.nio.Buffer and subclasses.

Stack
-----

A look-alike wrapper around the Java 9 StackWalker API with Java 8 support.