Module io.helidon.service.registry
Package io.helidon.service.registry
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 Details
-
handledScope
TypeName handledScope()Scope handled by the scope handler service.- Returns:
- type of the scope handled (annotation)
-