Interface ThreadSafety.KnownTypes

  • All Known Implementing Classes:
    WellKnownMutability
    Enclosing class:
    ThreadSafety

    public static interface ThreadSafety.KnownTypes
    Information about known types and whether they're known to be safe or unsafe.
    • Method Detail

      • getKnownSafeClasses

        Map<String,​AnnotationInfo> getKnownSafeClasses()
        Types that are known to be safe even if they're not annotated with an expected annotation.
      • getKnownUnsafeClasses

        Set<String> getKnownUnsafeClasses()
        Types that are known to be unsafe and don't need testing.