com.google.inject.name
Annotation Type Named


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface Named

Annotates named things.

Author:
crazybob@google.com (Bob Lee)

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


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