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:
parent
b523dbc37d
commit
73dc29f9e6
|
|
@ -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