Class CacheableProcessor

java.lang.Object
org.aoju.bus.core.scanner.CacheableProcessor
All Implemented Interfaces:
SynthesizedProcessor

public class CacheableProcessor extends Object implements SynthesizedProcessor
带缓存功能的SynthesizedProcessor实现, 构建时需要传入比较器,获取属性值时将根据比较器对合成注解进行排序, 然后选择具有所需属性的,排序最靠前的注解用于获取属性值
Since:
Java 17+
Author:
Kimi Liu