File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/fasterxml/uuid Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- Package that contains optional Java UUID Generator classes, ones that:
3
- depend on optional external packages (like slf4j)
2
+ Package that contains optional Java UUID Generator classes,
3
+ ones that depend on optional external packages (like slf4j)
4
4
*/
5
5
package com .fasterxml .uuid .ext ;
Original file line number Diff line number Diff line change 1
1
/**
2
- Package that contains core (non-optional) Java UUID Generator API classes .
2
+ Package that contains classes that define Java UUID Generator API.
3
3
Implementation classes can be found from under {@link com.fasterxml.uuid.impl}.
4
4
<p>
5
- The primary point is {@link com.fasterxml.uuid.Generators}, used to construct actual
6
- generators, based on method to use and some optional arguments .
5
+ The primary API entrypoint is {@link com.fasterxml.uuid.Generators},
6
+ used to construct actual generators to use for UUID generation .
7
7
*/
8
8
9
9
package com .fasterxml .uuid ;
You can’t perform that action at this time.
0 commit comments