Searched refs:componentKind (Results 1 – 2 of 2) sorted by relevance
147 ComponentKind componentKind = getOnlyElement(componentKinds); in validate() local153 componentKind, in validate()166 ComponentKind componentKind, in validate() argument170 if (isAnnotationPresent(subject, CancellationPolicy.class) && !componentKind.isProducer()) { in validate()181 componentKind.annotation().getSimpleName()), in validate()191 String.format(ErrorMessages.componentMessagesFor(componentKind).moreThanOne(), creators), in validate()224 componentKind.legalSubcomponentKinds().stream() in validate()294 componentKind.legalModuleKinds(), in validate()
49 static ComponentMessages componentMessagesFor(ComponentKind componentKind) { in componentMessagesFor() argument50 return new ComponentMessages(COMPONENT_TRANSFORMATIONS.get(componentKind)); in componentMessagesFor()