Package com.google.inject
Annotation Type ImplementedBy
-
@Retention(RUNTIME) @Target(TYPE) public @interface ImplementedByA 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<?>valueThe implementation type.
-