org.elasticsearch.common.inject.name
Annotation Type Named


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

Annotates named things.

Author:
crazybob@google.com (Bob Lee)

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2009-2012. All Rights Reserved.