Uses of Annotation Interface
org.springframework.lang.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
Modifier and TypeMethodDescriptionExtendedBeanInfoFactory.getBeanInfo
(Class<?> beanClass) StandardBeanInfoFactory.getBeanInfo
(Class<?> beanClass) -
Uses of NonNull in org.springframework.beans.factory.support
Modifier 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
Modifier and TypeMethodDescriptionString[]
BeanPropertySqlParameterSource.getParameterNames()
String[]
MapSqlParameterSource.getParameterNames()
-
Uses of NonNull in org.springframework.mock.web
-
Uses of NonNull in org.springframework.scheduling.annotation
Modifier and TypeMethodDescriptionString[]
AsyncConfigurationSelector.selectImports
(AdviceMode adviceMode) ReturnsProxyAsyncConfiguration
orAspectJAsyncConfiguration
forPROXY
andASPECTJ
values ofEnableAsync.mode()
, respectively. -
Uses of NonNull in org.springframework.validation
-
Uses of NonNull in org.springframework.web.method