com.google.inject.name
Annotation Type Named


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

Annotates named things.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright 2007 Google Inc. All Rights Reserved.