Library:Spring
Version:2.0.6
Compatibility:JDK 1.5
Annotations in library Spring.
NamePackageDescription
Configurableorg.springframework.beans.factory.annotationMarks a class as being eligible for Spring-driven configuration.
DirtiesContextorg.springframework.test.annotationTest 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 one or more of these exceptions.
IfProfileValueorg.springframework.test.annotationNo description provided.
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.
NotTransactionalorg.springframework.test.annotationTest annotation to indicate that a method is not transactional
Orderorg.springframework.core.annotationAnnotation to define ordering.
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").
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.
Timedorg.springframework.test.annotationTest-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.
Search