@Internal @Deprecated public final class PluginInjectionHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends T,O extends T> |
firstNotNull(S setterInjected,
@Nullable Optional<O> annotationInjected)
Deprecated.
Returns either the first argument or the content of optional.
|
public static <T,S extends T,O extends T> T firstNotNull(@Nullable
S setterInjected,
@Nullable
@Nullable Optional<O> annotationInjected)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.