compactbeans
Implementation of java.beans.* for JavaSE compact profile 1
This is a separated-out implementation of the java.beans.Introspector and
associated Descriptor classes, targeted at Java 1.8SE Compact Profile 1.
The code is based on the openjdk source bundles. The aim is for API compatibility as much as possible. In the simplest case, a package import rename is all that is required.
The source code can be found on GitHub at https://github.com/run2000/compactbeans
The javadocs can be found at http://compactbeans.sourceforge.net/docs/1.1/api/
The license is the same as for OpenJDK itself. ...