@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,
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 Optional<O> annotationInjected)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.