DrJavaAtRice / drjava

Branches for integration and releases
20 stars 28 forks source link

Annotations in functional java #21

Open barretg opened 8 months ago

barretg commented 8 months ago

The functional Java language level currently doesn't know what to do with annotations, which are a feature in Java 8. It is a minor improvement, but would make moving some code into functional Java easier, and allow for easier JavaDoc generation and more advanced usages of JUnit.