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