com.google.inject.name
Annotation Type Named


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

Annotates named things.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value