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 11/**
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)
44*/
55package com .fasterxml .uuid .ext ;
Original file line number Diff line number Diff line change 11/**
2- Package that contains core (non-optional) Java UUID Generator API classes .
2+ Package that contains classes that define Java UUID Generator API.
33Implementation classes can be found from under {@link com.fasterxml.uuid.impl}.
44<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 .
77*/
88
99package com .fasterxml .uuid ;
You can’t perform that action at this time.
0 commit comments