public interface Named
Classes implementing this interface will automatically use the value returned by getName() as name.
Therefore a simple Register
annotation is sufficient without the name parameter
filled.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the part.
|
Copyright © 2018. All rights reserved.