| Name | Package | Description |
| AbstractAspectJAdvisorFactory.AspectJAnnotationType | org.springframework.aop.aspectj.annotation | No description provided. |
| Autowire | org.springframework.beans.factory.annotation | Enumeration determining autowiring status: that is, whether a bean should
have its dependencies automatically injected by the Spring container using
setter injection. |
| Database | org.springframework.orm.jpa.vendor | Enumeration for common database platforms. |
| FilterType | org.springframework.context.annotation | Enumeration of the valid type filters to be added for annotation-driven configuration. |
| Isolation | org.springframework.transaction.annotation | Enumeration that represents transaction isolation levels
for use with the JDK 1.5+ transaction annotation, corresponding
to the TransactionDefinition interface. |
| Propagation | org.springframework.transaction.annotation | Enumeration that represents transaction propagation behaviors
for use with the JDK 1.5+ transaction annotation, corresponding
to the TransactionDefinition interface. |
| RequestMethod | org.springframework.web.bind.annotation | Java 5 enumeration of HTTP request methods. |
| ScopedProxyMode | org.springframework.context.annotation | Enumerates the various scoped-proxy options. |