Package com.google.inject
Annotation Type ImplementedBy
-
@Retention(RUNTIME) @Target(TYPE) public @interface ImplementedByA pointer to the default implementation of a type.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe implementation type.
-