Added package declarations and comments to package-info.java files where they had been missing.

This commit is contained in:
Mark Fisher 2009-06-01 18:47:52 +00:00
parent 16ad6a3617
commit b0d11e8c15
3 changed files with 18 additions and 0 deletions

View File

@ -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;

View File

@ -0,0 +1,8 @@
/**
*
* Support classes for reading annotation and class-level metadata.
*
*/
package org.springframework.core.type.classreading;