com.google.inject
Annotation Type ImplementedBy


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

A pointer to the default implementation of a type.

Author:
[email protected] (Bob Lee)

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

Element Detail

value

public abstract Class<?> value
The implementation type.



Copyright © 2006-2014 Google, Inc.. All Rights Reserved.