-
public interface ResourceLeakHintA 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 StringtoHintString()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.
-
-