@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface QuickSilver
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.
public abstract String[] value
Copyright © 2004–2021. All rights reserved.