Open Chriscbr opened 3 years ago
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
Minor enhancement.
It may improve the readability of the Java docs if we just show just the class name (
String
) for primitive types when the type is referenced within code snippets, but leave the the full Java import (java.lang.String
) in the rest of the docs (outside of code snippets). For example:should be: