Uses of Annotation Interface
org.a2aproject.sdk.util.NotNull
Packages that use NotNull
-
Uses of NotNull in org.a2aproject.sdk.util
Methods in org.a2aproject.sdk.util with annotations of type NotNullModifier and TypeMethodDescriptionstatic <T> TAssert.checkNotNullParam(String name, @Nullable T value) Check that the named parameter is notnull.