Skip to content

Commit 733b1f8

Browse files
committed
Added JDoc for packages
1 parent 345d49c commit 733b1f8

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines public constants to be used throughout the API
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.api.constants;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the public top-level exceptions thrown by this API
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.api.exception;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the public DTO's for the various remote routes
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.api.model.data;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the public data transfer objects wrapping the actual JSON content
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.api.model;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the public sources of this API
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.api;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the annotations used by the internal implementation
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.internal.api.impl.annotation;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the internal implementation of the public DTO's for the various remote routes
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the internal implementation of the public data transfer objects wrapping the actual JSON content
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.internal.api.impl.model;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the internal implementation of the public API
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.internal.api.impl;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Defines the connections between the connector and the remote API
3+
*/
4+
package com.github.m0nk3y2k4.thetvdb.internal.connection;

0 commit comments

Comments
 (0)