| Package | Description |
|---|---|
| org.springframework.core.type |
Core support package for type introspection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardMethodMetadata
MethodMetadata implementation that uses standard reflection
to introspect a given Method. |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodMetadata> |
StandardAnnotationMetadata.getAnnotatedMethods(String annotationType) |
Set<MethodMetadata> |
AnnotationMetadata.getAnnotatedMethods(String annotationType)
Retrieve the method metadata for all methods that are annotated
(or meta-annotated) with the given annotation type.
|
Copyright © 2015. All rights reserved.