Package io.github.resilience4j.utils
Class AspectUtil
java.lang.Object
io.github.resilience4j.utils.AspectUtil
public class AspectUtil
extends java.lang.Object
common Aspect util methods
-
Method Summary
Modifier and Type Method Description static <T> java.util.Set<T>newHashSet(T... objs)
-
Method Details
-
newHashSet
@SafeVarargs public static <T> java.util.Set<T> newHashSet(T... objs)
-