Library:Spring
Version:2.0.RC1
Compatibility:JDK 1.5
Annotations in library Spring.
NamePackageDescription
Configurableorg.springframework.beans.factory.annotationAnnotation that marks a class as eligible for Spring-driven configuration.
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.annotationNo description provided.
ManagedNotificationsorg.springframework.jmx.export.annotationNo description provided.
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.stereotypeAnnotation indicating that an annotated class is a "Repository" (or "DAO"), eligible for Spring DataAccessException translation and clarifying its role in the overall application architecture for the purpose of tools, aspects etc.
Requiredorg.springframework.beans.factory.annotationMarks a method (typically a JavaBean setter method) as being 'required' (i.e.
Timedorg.springframework.test.annotationTest annotation to indicate that a test method should be invoked repeatedly.
Transactionalorg.springframework.transaction.annotationDescribes transaction attributes on a method or class.
Search