public class HotspotReflectionCache extends DefaultReflectionCache
ReflectionCache implementation that works around possible deadlocks in HotSpot:https://issues.jboss.org/browse/WELD-1169,
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122142,
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6588239ReflectionCache.AnnotationClass<T extends java.lang.annotation.Annotation>| Constructor and Description |
|---|
HotspotReflectionCache(TypeStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.annotation.Annotation[] |
internalGetAnnotations(java.lang.reflect.AnnotatedElement element) |
cleanupAfterBoot, getAnnotationClass, getAnnotations, getBackedAnnotatedTypeAnnotationSet, getDeclaredAnnotations, internalGetDeclaredAnnotationscleanuppublic HotspotReflectionCache(TypeStore store)
protected java.lang.annotation.Annotation[] internalGetAnnotations(java.lang.reflect.AnnotatedElement element)
internalGetAnnotations in class DefaultReflectionCacheCopyright © 2015. All Rights Reserved.