Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 440 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 440 Bytes

AX-Annotations

This project provides some annotations Hack and TODO with which a programmer can note information about the code base, which is then reported during compilation. Because this uses Java annotation processing (APT), it must be built separately from the main code base. In addition, to automatically use this with Eclipse, you will want to install the m2e-apt connector.