Package io.spring.initializr.metadata
Interface Describable
- All Known Implementing Classes:
Dependency
,Type
public interface Describable
An item that can describe itself.
- Author:
- Dave Syer
-
Method Summary
-
Method Details
-
getDescription
String getDescription()Returns the item description.- Returns:
- the description
-