Uses of Annotation Interface
org.springframework.lang.NonNull
Packages that use NonNull
Package
Description
This package contains interfaces and classes for manipulating Java beans.
Classes supporting the
org.springframework.beans.factory
package.JdbcTemplate variant with named parameter support.
A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with
Spring's Web MVC framework.
Annotation support for asynchronous method execution.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.-
Uses of NonNull in org.springframework.beans
Methods in org.springframework.beans with annotations of type NonNullModifier and TypeMethodDescriptionExtendedBeanInfoFactory.getBeanInfo
(Class<?> beanClass) StandardBeanInfoFactory.getBeanInfo
(Class<?> beanClass) -
Uses of NonNull in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with annotations of type NonNullModifier and TypeMethodDescriptionBeanDefinitionOverrideException.getBeanName()
Return the name of the bean.BeanDefinitionOverrideException.getResourceDescription()
Return the description of the resource that the bean definition came from. -
Uses of NonNull in org.springframework.jdbc.core.namedparam
Methods in org.springframework.jdbc.core.namedparam with annotations of type NonNullModifier and TypeMethodDescriptionString[]
BeanPropertySqlParameterSource.getParameterNames()
String[]
MapSqlParameterSource.getParameterNames()
-
Uses of NonNull in org.springframework.mock.web
Methods in org.springframework.mock.web with annotations of type NonNull -
Uses of NonNull in org.springframework.scheduling.annotation
Methods in org.springframework.scheduling.annotation with annotations of type NonNullModifier and TypeMethodDescriptionString[]
AsyncConfigurationSelector.selectImports
(AdviceMode adviceMode) ReturnsProxyAsyncConfiguration
orAspectJAsyncConfiguration
forPROXY
andASPECTJ
values ofEnableAsync.mode()
, respectively. -
Uses of NonNull in org.springframework.validation
Methods in org.springframework.validation with annotations of type NonNull -
Uses of NonNull in org.springframework.web.method
Methods in org.springframework.web.method with annotations of type NonNull