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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1284 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Mark Fisher 2009-06-01 18:47:52 +00:00
parent b523dbc37d
commit 73dc29f9e6
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;