Searched refs:SearchIndexable (Results 1 – 2 of 2) sorted by relevance
111 for (Element element : roundEnvironment.getElementsAnnotatedWith(SearchIndexable.class)) { in process()120 SearchIndexable searchIndexable = element.getAnnotation(SearchIndexable.class); in process()125 if (forTarget == SearchIndexable.ALL) { in process()127 } else if ((forTarget & SearchIndexable.MOBILE) != 0) { in process()129 } else if ((forTarget & SearchIndexable.TV) != 0) { in process()131 } else if ((forTarget & SearchIndexable.WEAR) != 0) { in process()133 } else if ((forTarget & SearchIndexable.AUTO) != 0) { in process()135 } else if ((forTarget & SearchIndexable.ARC) != 0) { in process()
26 public @interface SearchIndexable { annotation