public interface Describable
Describable objects will generally be immutable. If they are not, they should write their current description.
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(DescriptionWriter writer)
Write this class's description to a sink.
|
void describeTo(DescriptionWriter writer)
writer - The description writer to use.