public interface Nameable
A named plugin component. Components with a name can be registered and fetched under a name given in
@NamedComponent- See Also:
-
Method Summary
-
Method Details
-
name
Returns a name from NamedComponent annotation.- Returns:
- a name used on NamedComponent annotation or null when a class implementing this interface is not annotated
-