Skip to content

Commit 4dcd802

Browse files
committed
add package-info comments
1 parent 977dbfb commit 4dcd802

File tree

10 files changed

+55
-7
lines changed

10 files changed

+55
-7
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
*
3+
*/
4+
/**
5+
* VueJs annotations
6+
* @author jc
7+
*
8+
*/
9+
package io.github.jeemv.springboot.vuejs.annotations;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
*
3+
*/
4+
/**
5+
* JavaBeans
6+
* @author jc
7+
*
8+
*/
9+
package io.github.jeemv.springboot.vuejs.aspects;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
*
3+
*/
4+
/**
5+
* Define VueJs aspect
6+
* @author jc
7+
*
8+
*/
9+
package io.github.jeemv.springboot.vuejs.beans;

src/main/java/io/github/jeemv/springboot/vuejs/components/package-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*
33
*/
44
/**
5+
* Manage VueJs components creation
56
* @author jc
67
*
78
*/

src/main/java/io/github/jeemv/springboot/vuejs/configuration/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
/**
55
* package-info
6-
* This class is part of springBoot-VueJS
6+
* VueJs auto-configuration
77
* @author jc
88
* @version 1.0.0
99
*
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
*
3+
*/
4+
/**
5+
* JavaBeans
6+
* @author jc
7+
*
8+
*/
9+
package io.github.jeemv.springboot.vuejs.console;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
*
3+
*/
4+
/**
5+
* VueJs main classes
6+
* @author jc
7+
*
8+
*/
9+
package io.github.jeemv.springboot.vuejs;

src/main/java/io/github/jeemv/springboot/vuejs/serializers/package-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
2-
*
3-
*/
4-
/**
2+
* Json serializers
53
* @author jc
64
*
75
*/

src/main/java/io/github/jeemv/springboot/vuejs/utilities/package-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
2-
*
3-
*/
4-
/**
2+
* Utility classes
53
* @author jc
64
*
75
*/
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Javascript resources (JS file & multi-modules file)
3+
* @author jc
4+
*
5+
*/
6+
package io.github.jeemv.springboot.vuejs.utilities.resources;

0 commit comments

Comments
 (0)