List of usage examples for org.apache.commons.lang3 AnnotationUtils subclass-usage
From source file com.mawujun.utils.AnnotationUtils.java
public class AnnotationUtils extends org.apache.commons.lang3.AnnotationUtils { /** The attribute name for annotations with a single element */ static final String VALUE = "value"; private static final Map<Class<?>, Boolean> annotatedInterfaceCache = new WeakHashMap<Class<?>, Boolean>();