Interface Nameable


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

    Modifier and Type
    Method
    Description
    default String
    Returns a name from NamedComponent annotation.
  • Method Details

    • name

      default String 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