-
public interface ResourceLeakHint
A hint object that provides human-readable message for easier resource leak tracking.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toHintString()
Returns a human-readable message that potentially enables easier resource leak tracking.
-
-
-
Method Detail
-
toHintString
String toHintString()
Returns a human-readable message that potentially enables easier resource leak tracking.
-
-