Searched refs:forAnnotatedElement (Results 1 – 6 of 6) sorted by relevance
52 public static Optional<ModuleKind> forAnnotatedElement(XTypeElement element) { in forAnnotatedElement() method in ModuleKind71 checkArgument(forAnnotatedElement(moduleElement.getEnclosingTypeElement()).isPresent()); in checkIsModule()73 checkArgument(forAnnotatedElement(moduleElement).isPresent()); in checkIsModule()
62 public static Optional<ComponentKind> forAnnotatedElement(XTypeElement element) { in forAnnotatedElement() method in ComponentKind
231 step, transform(rejectedElements, ElementName::forAnnotatedElement)); in process()294 ElementName elementName = ElementName.forAnnotatedElement(element); in validElements()542 static ElementName forAnnotatedElement(Element element) {
189 ModuleKind.forAnnotatedElement(moduleElement).get()); in createUncached()
330 ComponentKind.forAnnotatedElement(returnType.getTypeElement()) in validateSubcomponentFactoryMethod()
166 ModuleKind moduleKind = ModuleKind.forAnnotatedElement(module).get(); in validateUncached()