-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a @ServiceMapper to extract a service from its service provider when they are not the same interface.
Example:
@ServiceDefinition
public interface ServiceCarrier {
@ServiceMapper
Service getService();
}
Optional<Service> service = ServiceCarrierLoader.load();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request