eclipse / microprofile-lra

microprofile-lra
Apache License 2.0
99 stars 30 forks source link

Add minor text revision #341

Closed xstefank closed 3 years ago

xstefank commented 3 years ago

Signed-off-by: xstefank xstefank122@gmail.com

Small text revisions before the 1.0 release.

xstefank commented 3 years ago

I just in general wonder on consistency for using the @link javadoc tag. What is the best practice - to import the dependency and use the {@link <simple-class-name>} (as this PR provides in most places) or do not use import for only javadoc useces and work with {@link <package>.<simple-class-name>}?

I wasn't able to find any recommendation on this. If you or anyone else think that inlining imports used just in javadoc is better I will revert these changes.