Class AnnotationInfo
java.lang.Object
com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo
Specifies information about a type which may be a container specified by generic type arguments,
e.g.
Immutable
.
Useful for providing information for immutable classes we can't easily annotate, e.g. those in the JDK.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationInfo
static AnnotationInfo
abstract String
typeName()
-
Constructor Details
-
AnnotationInfo
public AnnotationInfo()
-
-
Method Details
-
typeName
-
containerOf
-
create
-
create
-