| Library: | Spring |
| Version: | 2.5.2 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AfterTransaction | org.springframework.test.context.transaction |
Test annotation to indicate that the annotated |
| Autowired | org.springframework.beans.factory.annotation | Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities. |
| BeforeTransaction | org.springframework.test.context.transaction |
Test annotation to indicate that the annotated |
| Component | org.springframework.stereotype | Indicates that an annotated class is a "component". |
| Configurable | org.springframework.beans.factory.annotation | Marks a class as being eligible for Spring-driven configuration. |
| ContextConfiguration | org.springframework.test.context | ContextConfiguration defines class-level metadata which can be used to instruct client code with regard to how to load and configure an ApplicationContext . |
| Controller | org.springframework.stereotype | Indicates that an annotated class is a "Controller" (e.g. |
| DirtiesContext | org.springframework.test.annotation | Test annotation to indicate that a test method dirties the context for the current test. |
| ExpectedException | org.springframework.test.annotation | Test annotation to indicate that a test method is required to throw the specified exception. |
| IfProfileValue | org.springframework.test.annotation | Test annotation to indicate that a test is enabled for a specific testing profile or environment. |
| InitBinder | org.springframework.web.bind.annotation | Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods. |
| ManagedAttribute | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute. |
| ManagedNotification | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation that indicates a JMX notification emitted by a bean. |
| ManagedNotifications | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotifications |
| ManagedOperation | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute. |
| ManagedOperationParameter | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation used to provide metadata about operation
parameters, corresponding to a ManagedOperationParameter attribute. |
| ManagedOperationParameters | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation used to provide metadata about
operation parameters, corresponding to an array of
ManagedOperationParameter attributes. |
| ManagedResource | org.springframework.jmx.export.annotation | JDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute. |
| ModelAttribute | org.springframework.web.bind.annotation | Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view. |
| NotTransactional | org.springframework.test.annotation | Test annotation to indicate that a method is not transactional. |
| Order | org.springframework.core.annotation | Annotation to define ordering. |
| ProfileValueSourceConfiguration | org.springframework.test.annotation | ProfileValueSourceConfiguration is a class-level annotation which is used to specify what type of ProfileValueSource to use when retrieving profile values configured via the @IfProfileValue annotation. |
| Qualifier | org.springframework.beans.factory.annotation | This annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring. |
| Repeat | org.springframework.test.annotation | Test annotation to indicate that a test method should be invoked repeatedly. |
| Repository | org.springframework.stereotype | Indicates that an annotated class is a "Repository" (or "DAO"). |
| RequestMapping | org.springframework.web.bind.annotation | Annotation for mapping web requests onto specific handler classes and/or handler methods. |
| RequestParam | org.springframework.web.bind.annotation | Annotation which indicates that a method parameter should be bound to a web request parameter. |
| Required | org.springframework.beans.factory.annotation | Marks a method (typically a JavaBean setter method) as being 'required': that is, the setter method must be configured to be dependency-injected with a value. |
| Rollback | org.springframework.test.annotation | Test annotation to indicate whether or not the transaction for the annotated test method should be rolled back after the test method has completed. |
| Scope | org.springframework.context.annotation | Indicates the name of a scope to use for instances of the annotated class. |
| Service | org.springframework.stereotype | Indicates that an annotated class is a "Service" (e.g. |
| SessionAttributes | org.springframework.web.bind.annotation | Annotation that indicates the session attributes that a specific handler uses. |
| TestExecutionListeners | org.springframework.test.context | TestExecutionListeners defines class-level metadata for configuring which TestExecutionListeners should be registered with a TestContextManager . |
| Timed | org.springframework.test.annotation | Test-specific annotation to indicate that a test method has to finish execution in a specified time period . |
| Transactional | org.springframework.transaction.annotation | Describes transaction attributes on a method or class. |
| TransactionConfiguration | org.springframework.test.context.transaction | TransactionConfiguration defines class-level metadata for configuring transactional tests. |
| Search |




