Adding package-info file for the autoanalysis package folder in the demos tree, where the auto generated code needs to be stored. (This one file makes sure the folder is added to git, and the required location is created)

This commit is contained in:
jlizier 2017-11-27 08:58:23 +11:00
parent ab6fa10fa7
commit afdcf02520
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/**
* This package hosts Java code that is generated by the AutoAnalyser.
*
* <p>We're not really planning to generate Javadocs for these classes,
* simply putting this file here so that the otherwise empty folder
* can be added to git (we need the folder here ready for
* the generated code to be put into).</p>
*
* @author Joseph Lizier (<a href="joseph.lizier at gmail.com">email</a>,
* <a href="http://lizier.me/joseph/">www</a>)
*/
package infodynamics.demos.autoanalysis;