Searched refs:NotExposed (Results 1 – 2 of 2) sorted by relevance
29 abstract Exposed notExposed(NotExposed notExposed); in notExposed()33 static List<NotExposed> notExposedList() { in notExposedList()38 abstract List<? extends Exposed> bindList(List<NotExposed> notExposedList); in bindList()
23 class NotExposed implements Exposed { class25 NotExposed() {} in NotExposed() method in NotExposed