Last active
December 6, 2025 07:13
-
-
Save romani/7316c9829f2608a1f19f9ad7e4b8f11c to your computer and use it in GitHub Desktop.
false positive invalid tag JavadocType #16087
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package temp.temp1; | |
| public class Temp { | |
| /** | |
| * Example for TYPE_ARGUMENTS: {@link java.util.List<String>} | |
| */ | |
| public void example() { } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment