|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface QuickSilver
Indicates a SearchItem
field/getter.
Fields/getters annotated with this annotation must:
SearchableModelObject
.
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.
Optional Element Summary | |
---|---|
String[] |
value
|
public abstract String[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |