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=6588239
Constructor and Description |
---|
HotspotReflectionCache(TypeStore store) |
Modifier and Type | Method and Description |
---|---|
protected Annotation[] |
internalGetAnnotations(AnnotatedElement element) |
cleanupAfterBoot, getAnnotations, getAnnotationSet, getBackedAnnotatedTypeAnnotationSet, getDeclaredAnnotations, getDeclaredAnnotationSet, getParameterAnnotations, getParameterAnnotations, getParameterAnnotationSet, internalGetDeclaredAnnotations
public HotspotReflectionCache(TypeStore store)
protected Annotation[] internalGetAnnotations(AnnotatedElement element)
internalGetAnnotations
in class DefaultReflectionCache
Copyright © 2016. All rights reserved.