Added some package info declarations to package-info.java files.
This commit is contained in:
parent
c77139190b
commit
46e4e4e80f
@ -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;
|
Loading…
x
Reference in New Issue
Block a user