Interface ActivatorCodeGenDetail

All Superinterfaces:
GeneralCodeGenDetail

public interface ActivatorCodeGenDetail extends GeneralCodeGenDetail
The specifics for a single ServiceProvider that was code generated.
See Also:
  • Method Details

    • serviceInfo

      ServiceInfoBasics serviceInfo()
      The additional meta-information describing what is offered by the generated service.
      Returns:
      additional meta-information describing the generated service info
    • dependencies

      Optional<DependenciesInfo> dependencies()
      The additional meta-information describing what the generated service depends upon.
      Returns:
      additional meta-information describing what the generated service depends upon