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> |
AnnotationMetadata.getAnnotatedMethods(String annotationType)
Retrieve the method metadata for all methods that are annotated
(or meta-annotated) with the given annotation type.
|
Set<MethodMetadata> |
StandardAnnotationMetadata.getAnnotatedMethods(String annotationType) |
Copyright © 2015. All rights reserved.