Package io.jstach.svc

Annotation Interface ServiceProvider


Generates ServiceLoader META-INF/services/SERVICE_INTERFACE files and validates.
Author:
agentgt
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    The specific interface to generate a service registration.
  • Element Details

    • value

      Class<?>[] value
      The specific interface to generate a service registration.
      Returns:
      if void is returned which is the default the interface will be inferred.
      Default:
      {void.class}