org.elasticsearch.common.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
 java.lang.Class<?> value
          The implementation type.
 

Element Detail

value

public abstract java.lang.Class<?> value
The implementation type.