An open API service indexing awesome lists of open source software.

https://github.com/microbean/microbean-lang

An experimental implementation of the javax.lang.model packages.
https://github.com/microbean/microbean-lang

Last synced: 8 months ago
JSON representation

An experimental implementation of the javax.lang.model packages.

Awesome Lists containing this project

README

          

# microBean™ Lang

[![Maven Central](https://img.shields.io/maven-central/v/org.microbean/microbean-lang.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.microbean/microbean-lang)

The microBean™ Lang project provides classes and interfaces that implement and help with the Java language model.

# Status

**This project is archived** with no further updates planned. Please see [microBean™
Construct](https://github.com/microbean/microbean-construct) instead.

# Compatibility

**Until further notice, this project's APIs are subject to frequent backwards-incompatible signature and behavior
changes, regardless of project version and without notice.**

# Requirements

microBean™ Lang requires a Java runtime of version 21 or higher.

# Installation

microBean™ Lang is or will be available on [Maven Central](https://search.maven.org/). Include microBean™ Lang as a
Maven dependency:

```xml

org.microbean
microbean-lang

0.0.21

```

# Documentation

Full documentation is or will be available at
[microbean.github.io/microbean-lang](https://microbean.github.io/microbean-lang/).