Package com.google.inject
Annotation Type ProvidedBy
-
@Retention(RUNTIME) @Target(TYPE) public @interface ProvidedBy
A pointer to the default provider type for a type.
-
-
Element Detail
-
value
Class<? extends jakarta.inject.Provider<?>> value
The implementation type.
-
-