I thought that Spring5 was completely annotated wi...
# announcements
s
I thought that Spring5 was completely annotated with nullibility information but e.g. the methods in BeanFactory like
Copy code
/** ...
	 * @param name the name of the bean to retrieve
	 * @return an instance of the bean
	 * @throws NoSuchBeanDefinitionException if there is no bean with the specified name
	 * @throws BeansException if the bean could not be obtained
	 */
	Object getBean(String name) throws BeansException;
doesn’t seem to be?! (code from spring-beans-5.1.5.RELEASE)
Also, we have #C0B8ZTWE4 channel
s
cool (both, the annotation on the package and the channel, which i joined 👍 )