Package-level declarations

Types

Link copied to clipboard
@Since(version = "2.2")
interface Describable<T>

This interface is used to describe an object. When a class implements the Describable interface, it implements a method to get the describer for the object. Essentially, this interface is a wrapper for the Describer interface that allows code organization (e.g., create a separate package for storing describers).

Link copied to clipboard
@Since(version = "2.2")
interface Describer<T>

This interface is used to describe an object in a debug-friendly way with the usage of a UELocale.