Copyright Annotation

The @Copyright annotation may be applied to classes and provides a copyright statement that will be included in Help as an additional section.

To use it simply add it like so:

@Copyright(startYear = 2015,
           endYear = 2016,
           holder = "John Doe")
public class MyClass { }

The startYear and holder are required while the endYear is optional.


Improving this Documentation

This documentation is itself open source and lives in GitHub under the docs/ directory.

I am not a professional technical writer and as the developer of this software I can often make assumptions of knowledge that you as a user reading this may not have. Improvements to the documentation are always welcome, if you have suggestions for the documentation please submit pull requests to the main branch.