Example usage for org.apache.commons.lang3 AnnotationUtils subclass-usage

List of usage examples for org.apache.commons.lang3 AnnotationUtils subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3 AnnotationUtils subclass-usage.

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>();