Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 432 Bytes

General

The module contains the custom Javadoc doclet, which excludes elements annotated with io.spine.annotation.Internal.

This module relies on JDK 8 API.

Usage

To use the doclet, specify the Javadoc options:

javadoc -doclet ExcludeInternal -docletpath "classpathlist" ...

Tests

For the tests, we use specially prepared sources, that cover all test cases.

The sources are located in resources folder.