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 Annotation>| Constructor and Description |
|---|
HotspotReflectionCache(TypeStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected Annotation[] |
internalGetAnnotations(AnnotatedElement element) |
cleanupAfterBoot, getAnnotationClass, getAnnotations, getBackedAnnotatedTypeAnnotationSet, getDeclaredAnnotations, internalGetDeclaredAnnotationscleanupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanuppublic HotspotReflectionCache(TypeStore store)
protected Annotation[] internalGetAnnotations(AnnotatedElement element)
internalGetAnnotations in class DefaultReflectionCacheCopyright © 2017. All rights reserved.