Package org.jboss.hal.spi
Annotation Type Keywords
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Keywords
Search index meta data for proxies. This annotation works as add-on forRequireswhich is the primarily source for the search index. Without specifyingKeywordson a proxy, the enclosing presenter is indexed using the defaults specified here. UseKeywordson a presenter if you want to exclude the presenter or if you want to boost the presenter by setting keywords.
-
-
Element Detail
-
value
String[] value
Set of keywords which will be added to the index for that presenter. Using keywords you can boost the presenter in the search result. Please use sparingly.- Returns:
- an array with keywords to include in the search index
- Default:
- {}
-
-