Interface AnnotationMetadataExtractor<A extends Annotation>


@Deprecated public interface AnnotationMetadataExtractor<A extends Annotation>
Deprecated.
Used only by now-deprecated classes. Consider SecuredAuthorizationManager for `@Secured` methods.
Strategy to process a custom security annotation to extract the relevant ConfigAttributes for securing a method.

Used by SecuredAnnotationSecurityMetadataSource.