Annotation Type ServiceInterface


@Retention(RUNTIME) @Target(TYPE) public @interface ServiceInterface
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the service - this must be short and without spaces.
  • Element Details

    • name

      String name
      Name of the service - this must be short and without spaces.
      Returns:
      the service name given to the interface.