Searched refs:claimMethodName (Results 1 – 2 of 2) sorted by relevance
150 .forEach(method -> componentImplementation.claimMethodName(method.getSimpleName())); in build()204 componentImplementation.claimMethodName(CANCELLATION_LISTENER_METHOD_NAME); in addCancellationListenerImplementation()
380 public void claimMethodName(CharSequence name) { in claimMethodName() method in ComponentImplementation