Package org.opentcs.configuration
Annotation Interface ConfigurationPrefix
Marks an interface that provides some configuration for a specific class.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns the name of the class the interface configures.- Returns:
- The name of the class the interface configures.
-