Package-level declarations
Types
Link copied to clipboard
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).