Interface GeneratedService.ScopeHandlerDescriptor

Enclosing class:
GeneratedService

public static interface GeneratedService.ScopeHandlerDescriptor
Each descriptor for a service that implements Service.ScopeHandler implements this interface to provide information about the scope it handles.
  • Method Summary

    Modifier and Type
    Method
    Description
    Scope handled by the scope handler service.
  • Method Details

    • handledScope

      TypeName handledScope()
      Scope handled by the scope handler service.
      Returns:
      type of the scope handled (annotation)