Package hudson.search
Annotation Type QuickSilver
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QuickSilver
Indicates aSearchItem
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
- be on the class that extends from
-
-
Element Detail
-
value
String[] value
- Default:
- {}
-
-