@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Component public @interface DynamicFilterComponent
This annotation serves as a specialization of @Component,
allowing for implementation classes to be autodetected through classpath scanning.
It is typically used in combination with annotated handler methods based on the
DynamicFilter annotation.
Copyright © 2019. All rights reserved.