Searched refs:SearchIndexable (Results 1 – 2 of 2) sorted by relevance
104 for (Element element : roundEnvironment.getElementsAnnotatedWith(SearchIndexable.class)) { in process()113 SearchIndexable searchIndexable = element.getAnnotation(SearchIndexable.class); in process()116 if (forTarget == SearchIndexable.ALL) { in process()118 } else if ((forTarget & SearchIndexable.MOBILE) != 0) { in process()120 } else if ((forTarget & SearchIndexable.TV) != 0) { in process()122 } else if ((forTarget & SearchIndexable.WEAR) != 0) { in process()124 } else if ((forTarget & SearchIndexable.AUTO) != 0) { in process()126 } else if ((forTarget & SearchIndexable.ARC) != 0) { in process()
26 public @interface SearchIndexable { annotation