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)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
value
The implementation type.
-