Uses of Annotation Interface
com.google.common.reflect.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
-
Uses of ElementTypesAreNonnullByDefault in com.google.common.reflect
Classes in com.google.common.reflect with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescriptionclassAbstract implementation ofInvocationHandlerthat handlesObject.equals(java.lang.Object),Object.hashCode()andObject.toString().final classScans the source of aClassLoaderand finds all loadable classes and resources.(package private) @interfaceDisables Animal Sniffer's checking of compatibility with older versions of Java/Android.final classA type-to-instance map backed by anImmutableMap.classInvokable<T,R> Wrapper around either aMethodor aConstructor.final classA mutable type-to-instance map.final classRepresents a method or constructor parameter.final classStatic utilities relating to Java reflection.(package private) classTypeCapture<T>Captures the actual type ofT.classCaptures a free type variable that can be used inTypeToken.where(com.google.common.reflect.TypeParameter<X>, com.google.common.reflect.TypeToken<X>).final classAn object of this class encapsulates type mappings from type variables.(package private) final classUtilities for working withType.interfaceA map, each entry of which maps aTypeTokento an instance of that type.classTypeToken<T>ATypewith generics.(package private) classBased on what aTypeis, dispatch it to the correspondingvisit*method.