mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Added package declarations and comments to package-info.java files where they had been missing.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Annotation support for the Application Context, including JSR-250 "common"
|
||||
* annotations, component-scanning, and Java-based metadata for creating
|
||||
* Spring-managed objects.
|
||||
*
|
||||
*/
|
||||
package org.springframework.context.annotation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user