Interface ThreadSafety.KnownTypes
- All Known Implementing Classes:
WellKnownMutability
,WellKnownThreadSafety
- Enclosing class:
- ThreadSafety
public static interface ThreadSafety.KnownTypes
Information about known types and whether they're known to be safe or unsafe.
-
Method Summary
Modifier and Type Method Description Map<String,AnnotationInfo>
getKnownSafeClasses()
Types that are known to be safe even if they're not annotated with an expected annotation.Set<String>
getKnownUnsafeClasses()
Types that are known to be unsafe and don't need testing.
-
Method Details
-
getKnownSafeClasses
Map<String,AnnotationInfo> getKnownSafeClasses()Types that are known to be safe even if they're not annotated with an expected annotation. -
getKnownUnsafeClasses
Types that are known to be unsafe and don't need testing.
-