Searched refs:SubcomponentDetector (Results 1 – 1 of 1) sorted by relevance
207 return type.accept(new SubcomponentDetector(), null).isPresent(); in isSubcomponentType()210 private static final class SubcomponentDetector class in ConfigurationAnnotations