org.elasticsearch.common.inject
Annotation Type ProvidedBy


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

A pointer to the default provider type for a type.

Author:
crazybob@google.com (Bob Lee)

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

Element Detail

value

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



Copyright © 2009-2012. All Rights Reserved.