Add API Information and Security documentation
mainThe library scans Spring beans for @OpenAPIDefinition and @Info annotations to populate API metadata such as Title, version, license, security, servers, tags, and externalDocs.
For optimal performance, it is recommended to declare @OpenAPIDefinition and @SecurityScheme annotations within a Spring-managed bean.