Added package declarations and comments to package-info.java files where they had been missing.
This commit is contained in:
parent
16ad6a3617
commit
b0d11e8c15
|
|
@ -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;
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
/**
|
||||
*
|
||||
* Support classes for reading annotation and class-level metadata.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.type.classreading;
|
||||
|
||||
Loading…
Reference in New Issue