Uses of Class
org.springframework.beans.factory.aot.CodeWarnings
Packages that use CodeWarnings
- 
Uses of CodeWarnings in org.springframework.beans.factory.aotMethods in org.springframework.beans.factory.aot that return CodeWarningsModifier and TypeMethodDescriptionCodeWarnings.detectDeprecation(AnnotatedElement... elements) Detect the presence ofDeprecatedon the specified elements.CodeWarnings.detectDeprecation(Stream<AnnotatedElement> elements) Detect the presence ofDeprecatedon the specified elements.CodeWarnings.detectDeprecation(ResolvableType resolvableType) Detect the presence ofDeprecatedon the signature of the specifiedResolvableType.