public interface AnnotationMetadataResolver
AnnotationMetadata.| Modifier and Type | Field and Description | 
|---|---|
| static AnnotationMetadataResolver | DEFAULTThe default resolver. | 
| Modifier and Type | Method and Description | 
|---|---|
| default AnnotationMetadata | resolveMetadata(Class<?> type)Resolve the  AnnotationMetadatafor the given type. | 
| default AnnotationMetadata | resolveMetadata(Object object)Resolve the  AnnotationMetadatafor the given object. | 
static final AnnotationMetadataResolver DEFAULT
@Nonnull default AnnotationMetadata resolveMetadata(@Nullable Class<?> type)
AnnotationMetadata for the given type.type - The typeAnnotationMetadata@Nonnull default AnnotationMetadata resolveMetadata(Object object)
AnnotationMetadata for the given object.object - The objectAnnotationMetadata