Package hudson.search
Annotation Interface QuickSilver
Indicates a 
SearchItem field/getter.
 Fields/getters annotated with this annotation must:
- be on the class that extends from 
SearchableModelObject. - have the return type / field type of 
SearchableModelObject(or its subtype.) 
 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
Optional Elements 
- 
Element Details
- 
value
String[] value- Default:
 - {}
 
 
 -