Interface SynthesizedProcessor

All Known Implementing Classes:
CacheableProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SynthesizedProcessor
合成注解属性选择器。用于在Synthetic中从指定类型的合成注解里获取到对应的属性值
Since:
Java 17+
Author:
Kimi Liu