Added some package info declarations to package-info.java files.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Implementation of Command-line Interface for EvA2
|
||||
*/
|
||||
package eva2.cli;
|
@@ -0,0 +1 @@
|
||||
package eva2.client;
|
@@ -0,0 +1 @@
|
||||
package eva2.examples;
|
@@ -0,0 +1 @@
|
||||
package eva2.gui;
|
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Annotations used in EvA2
|
||||
*/
|
||||
package eva2.util.annotation;
|
||||
|
||||
|
@@ -0,0 +1 @@
|
||||
package eva2.util;
|
Reference in New Issue
Block a user