Interface GeneratedService.PerInstanceDescriptor

Enclosing class:
GeneratedService

public static interface GeneratedService.PerInstanceDescriptor
Each descriptor for s service that is annotated with Service.PerInstance implements this interface to provide information about the type that drives it.
  • Method Summary

    Modifier and Type
    Method
    Description
    Service instances may be created for instances of another service.
  • Method Details

    • createFor

      TypeName createFor()
      Service instances may be created for instances of another service. If a type is created for another type, it inherits ALL qualifiers of the type that it is based on.
      Returns:
      create for service type