com.google.inject
Annotation Type ImplementedBy


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ImplementedBy

A pointer to the default implementation of a type.


Required Element Summary
 Class<?> value
          The implementation type.
 

Element Detail

value

public abstract Class<?> value
The implementation type.