Enum Class PropertyCache

java.lang.Object
java.lang.Enum<PropertyCache>
org.aoju.bus.core.beans.PropertyCache
All Implemented Interfaces:
Serializable, Comparable<PropertyCache>, Constable

public enum PropertyCache extends Enum<PropertyCache>
属性缓存 缓存用于防止多次反射造成的性能问题
Since:
Java 17+
Author:
Kimi Liu