Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 599 Bytes

API.md

File metadata and controls

25 lines (16 loc) · 599 Bytes

CompileInfo

See also: README.md

API

The first part of the interface is the net.q2ek.compileinfo.CompileInfo annotation.

A generated class has this method:

static ZonedDateTime zonedDateTime();

A generated class may have any of these methods:

static Map<String, String> properties();

static Map<String, String> getenv();

Java unit test for the API: ApiTest.java

Versioning

This project uses SemVer for versioning.