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.

Author:
crazybob@google.com (Bob Lee)

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

Element Detail

value

public abstract Class<?> value
The implementation type.



Copyright © 2009-2012. All Rights Reserved.