Add package-info.java for all packages.

This commit is contained in:
Michael Jumper
2012-08-09 14:18:46 -07:00
parent 545c525361
commit 720a78b174
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Provides classes which can be used to extend or replace the authentication
* functionality of the Guacamole web application.
*/
package net.sourceforge.guacamole.net.auth;

View File

@@ -0,0 +1,10 @@
/**
* Provides classes for hooking into various events that take place as
* users log into and use the Guacamole web application. These event
* hooks can be used to take action upon occurence of an event and,
* in some cases, prevent the web application from allowing the
* event to continue for the user that triggered it.
*/
package net.sourceforge.guacamole.net.event;