Interface ResourceLeakHint
public interface ResourceLeakHint
A hint object that provides human-readable message for easier resource leak tracking.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable message that potentially enables easier resource leak tracking.
-
Method Details
-
toHintString
String toHintString()Returns a human-readable message that potentially enables easier resource leak tracking.
-