com.google.inject.name
Annotation Type Named


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

Annotates named things.

Author:
[email protected] (Bob Lee)

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


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