@Retention(value=RUNTIME) @Target(value=TYPE) public @interface SearchIndex
AccessControl which is the primarily source for the search index. Without specifying
SearchIndex on a presenter, the presenter is indexed using the defaults specified here. Only use
SearchIndex on a presenter if you want to exclude the presenter or if you want to boost the presenter by
setting keywords.public abstract String[] keywords
public abstract boolean exclude
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.