Library:Spring
Version:2.5.2
Compatibility:JDK 1.5
Annotations in library Spring.
NamePackageDescription
AfterTransactionorg.springframework.test.context.transaction

Test annotation to indicate that the annotated public void method should be executed after a transaction is ended for test methods configured to run within a transaction via the @Transactional annotation.

Autowiredorg.springframework.beans.factory.annotationMarks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities.
BeforeTransactionorg.springframework.test.context.transaction

Test annotation to indicate that the annotated public void method should be executed before a transaction is started for test methods configured to run within a transaction via the @Transactional annotation.

Componentorg.springframework.stereotypeIndicates that an annotated class is a "component".
Configurableorg.springframework.beans.factory.annotationMarks a class as being eligible for Spring-driven configuration.
ContextConfigurationorg.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 .

Controllerorg.springframework.stereotypeIndicates that an annotated class is a "Controller" (e.g.
DirtiesContextorg.springframework.test.annotation

Test annotation to indicate that a test method dirties the context for the current test.

ExpectedExceptionorg.springframework.test.annotationTest annotation to indicate that a test method is required to throw the specified exception.
IfProfileValueorg.springframework.test.annotation

Test annotation to indicate that a test is enabled for a specific testing profile or environment.

InitBinderorg.springframework.web.bind.annotationAnnotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
ManagedAttributeorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute.
ManagedNotificationorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation that indicates a JMX notification emitted by a bean.
ManagedNotificationsorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotifications
ManagedOperationorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute.
ManagedOperationParameterorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to a ManagedOperationParameter attribute.
ManagedOperationParametersorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
ManagedResourceorg.springframework.jmx.export.annotationJDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.
ModelAttributeorg.springframework.web.bind.annotationAnnotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
NotTransactionalorg.springframework.test.annotationTest annotation to indicate that a method is not transactional.
Orderorg.springframework.core.annotationAnnotation to define ordering.
ProfileValueSourceConfigurationorg.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.

Qualifierorg.springframework.beans.factory.annotationThis annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring.
Repeatorg.springframework.test.annotationTest annotation to indicate that a test method should be invoked repeatedly.
Repositoryorg.springframework.stereotypeIndicates that an annotated class is a "Repository" (or "DAO").
RequestMappingorg.springframework.web.bind.annotationAnnotation for mapping web requests onto specific handler classes and/or handler methods.
RequestParamorg.springframework.web.bind.annotationAnnotation which indicates that a method parameter should be bound to a web request parameter.
Requiredorg.springframework.beans.factory.annotationMarks 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.
Rollbackorg.springframework.test.annotationTest annotation to indicate whether or not the transaction for the annotated test method should be rolled back after the test method has completed.
Scopeorg.springframework.context.annotationIndicates the name of a scope to use for instances of the annotated class.
Serviceorg.springframework.stereotypeIndicates that an annotated class is a "Service" (e.g.
SessionAttributesorg.springframework.web.bind.annotationAnnotation that indicates the session attributes that a specific handler uses.
TestExecutionListenersorg.springframework.test.contextTestExecutionListeners defines class-level metadata for configuring which TestExecutionListeners should be registered with a TestContextManager .
Timedorg.springframework.test.annotation

Test-specific annotation to indicate that a test method has to finish execution in a specified time period .

Transactionalorg.springframework.transaction.annotationDescribes transaction attributes on a method or class.
TransactionConfigurationorg.springframework.test.context.transactionTransactionConfiguration defines class-level metadata for configuring transactional tests.
Search