Uses of Annotation Interface
com.google.common.reflect.IgnoreJRERequirement
Packages that use IgnoreJRERequirement
-
Uses of IgnoreJRERequirement in com.google.common.reflect
Methods in com.google.common.reflect with annotations of type IgnoreJRERequirementModifier and TypeMethodDescription(package private) AnnotatedType[]Invokable.ConstructorInvokable.getAnnotatedParameterTypes()(package private) abstract AnnotatedType[]Invokable.getAnnotatedParameterTypes()(package private) AnnotatedType[]Invokable.MethodInvokable.getAnnotatedParameterTypes()Invokable.ConstructorInvokable.getAnnotatedReturnType()abstract AnnotatedTypeInvokable.getAnnotatedReturnType()Returns theAnnotatedTypefor the return type.Invokable.MethodInvokable.getAnnotatedReturnType()Parameter.getAnnotatedType()Returns theAnnotatedTypeof the parameter.final ImmutableList<Parameter>Invokable.getParameters()Returns all declared parameters of thisInvokable.