com.google.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
 java.lang.Class<? extends Provider<?>> value
          The implementation type.
 

Element Detail

value

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



Copyright © {inceptionYear}-2008 null. All Rights Reserved.