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