Uses of Annotation Interface
com.google.common.reflect.ParametricNullness
Packages that use ParametricNullness
-
Uses of ParametricNullness in com.google.common.reflect
Methods in com.google.common.reflect with annotations of type ParametricNullnessMethod parameters in com.google.common.reflect with annotations of type ParametricNullnessModifier and TypeMethodDescriptionDeprecated.unsupported operation<T extends B>
TMutableTypeToInstanceMap.putInstance
(TypeToken<T> type, T value) <T extends B>
TMutableTypeToInstanceMap.putInstance
(Class<T> type, T value) <T extends B>
TTypeToInstanceMap.putInstance
(TypeToken<T> type, T value) Maps the specified type to the specified value.<T extends B>
TTypeToInstanceMap.putInstance
(Class<T> type, T value) Maps the specified class to the specified value.private <T extends B>
TMutableTypeToInstanceMap.trustedPut
(TypeToken<T> type, T value)