Add Javadoc since for GarbageCollectorInfo

See gh-44980

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim 2025-04-03 00:41:23 +09:00 committed by Moritz Halbritter
parent 44b60141b2
commit 8f4fd43320
1 changed files with 5 additions and 0 deletions

View File

@ -243,6 +243,11 @@ public class ProcessInfo {
}
/**
* Garbage collection information.
*
* @since 3.5.0
*/
public static class GarbageCollectorInfo {
private final String name;