org.elasticsearch.util.inject
Annotation Type ProvidedBy


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

A pointer to the default provider type for a type.


Required Element Summary
 java.lang.Class<? extends Provider<?>> value
          The implementation type.
 

Element Detail

value

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