Add @⁠since tag for CodeWarnings.detectDeprecation(ResolvableType)

See gh-32850
Closes gh-33493
This commit is contained in:
Johnny Lim
2024-09-06 00:25:53 +09:00
committed by Sam Brannen
parent caaa86d6cf
commit b7c7823315

View File

@@ -83,6 +83,7 @@ public class CodeWarnings {
* specified {@link ResolvableType}.
* @param resolvableType a type signature
* @return {@code this} instance
* @since 6.1.8
*/
public CodeWarnings detectDeprecation(ResolvableType resolvableType) {
if (ResolvableType.NONE.equals(resolvableType)) {