Uses of Annotation Type
com.github.javaparser.quality.Nullable
Packages that use Nullable
-
Uses of Nullable in com.github.javaparser.resolution
Method parameters in com.github.javaparser.resolution with annotations of type NullableModifier and TypeMethodDescriptiondefault SymbolReference
<ResolvedTypeDeclaration> Context.solveType
(String name, List<ResolvedType> typeArguments) Method used to solve a name with an expected list of type arguments.default SymbolReference
<ResolvedTypeDeclaration> Context.solveTypeInParentContext
(String name, List<ResolvedType> typeArguments) Solve a name with type arguments in the parent context. -
Uses of Nullable in com.github.javaparser.resolution.model
Constructor parameters in com.github.javaparser.resolution.model with annotations of type Nullable