Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.core.annotation |
Core support package for Java 5 annotations.
|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.test.context |
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
|
org.springframework.transaction.annotation |
JDK 1.5+ annotation for transaction demarcation.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
AbstractCachingConfiguration.enableCaching |
Modifier and Type | Method and Description |
---|---|
static AnnotationAttributes |
AnnotationAttributes.fromMap(Map<String,Object> map)
Return an
AnnotationAttributes instance based on the given map; if the map
is already an AnnotationAttributes instance, it is casted and returned
immediately without creating any new instance; otherwise create a new instance by
wrapping the map with the AnnotationAttributes(Map) constructor. |
AnnotationAttributes |
AnnotationAttributes.getAnnotation(String attributeName) |
AnnotationAttributes[] |
AnnotationAttributes.getAnnotationArray(String attributeName) |
static AnnotationAttributes |
AnnotationUtils.getAnnotationAttributes(Annotation annotation,
boolean classValuesAsString,
boolean nestedAnnotationsAsMap)
Retrieve the given annotation's attributes as an
AnnotationAttributes
map structure. |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
AbstractAsyncConfiguration.enableAsync |
Constructor and Description |
---|
ContextConfigurationAttributes(Class<?> declaringClass,
AnnotationAttributes annAttrs)
Construct a new
ContextConfigurationAttributes instance for the
supplied AnnotationAttributes (parsed from a
@ContextConfiguration annotation) and
the test class that declared them. |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
AbstractTransactionManagementConfiguration.enableTx |
Copyright © 2015. All rights reserved.