Class NullabilityAnnotationInfo
java.lang.Object
org.immutables.value.processor.meta.NullabilityAnnotationInfo
- Direct Known Subclasses:
ImmutableNullabilityAnnotationInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String(package private) StringasPrefix()(package private) String(package private) abstract TypeElementelement()(package private) static NullabilityAnnotationInfo(package private) static NullabilityAnnotationInfoforTypeUse(boolean synthetic) Ad-hoc implementation for type-use level nullable annotation.(package private) boolean(package private) String(package private) String
-
Constructor Details
-
NullabilityAnnotationInfo
NullabilityAnnotationInfo()
-
-
Method Details
-
element
-
qualifiedName
-
simpleName
-
asPrefix
-
asPrefixOriginal
String asPrefixOriginal() -
isSynthetic
boolean isSynthetic() -
asLocalPrefix
-
forTypeUse
-
forTypeUse
Ad-hoc implementation for type-use level nullable annotation.
-