Add package-info.java files for all packages.

This commit is contained in:
Michael Jumper
2012-08-09 23:11:05 -07:00
parent 211348c82f
commit b3c721e159
6 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/**
* All classes which apply generally across the Guacamole web application
* and all other web applications which use the API provided by the
* Guacamole project.
*/
package net.sourceforge.guacamole;