Added some package info declarations to package-info.java files.

This commit is contained in:
Fabian Becker 2013-12-06 20:25:37 +01:00
parent c77139190b
commit 46e4e4e80f
6 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/**
* Implementation of Command-line Interface for EvA2
*/
package eva2.cli;

View File

@ -0,0 +1 @@
package eva2.client;

View File

@ -0,0 +1 @@
package eva2.examples;

View File

@ -0,0 +1 @@
package eva2.gui;

View File

@ -0,0 +1,5 @@
/**
* Annotations used in EvA2
*/
package eva2.util.annotation;

View File

@ -0,0 +1 @@
package eva2.util;