hudson.search
Annotation Type QuickSilver


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

Indicates a SearchItem field/getter.

Fields/getters annotated with this annotation must:

Such getter/field indicates an edge in the search graph, and will be added automatically by SearchIndexBuilder.addAllAnnotations(SearchableModelObject) to a search index.

Author:
Kohsuke Kawaguchi

Optional Element Summary
 String[] value
           
 

value

public abstract String[] value
Default:
{}


Copyright © 2004-2013. All Rights Reserved.