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


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

Annotates named things.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value