Package org.hibernate.service.spi
Annotation Interface InjectService
Annotation to allow services to request injection of other services.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Is the service to be injected required (not optional)?The service role to inject, the default is to use the type of the parameter to which this method is attached.
-
Element Details
-
serviceRole
Class serviceRoleThe service role to inject, the default is to use the type of the parameter to which this method is attached.- Returns:
- The service role.
- Default:
- java.lang.Void.class
-
required
boolean requiredIs the service to be injected required (not optional)?- Returns:
- True if the service is required.
- Default:
- true
-