Package org.checkerframework.common.reflection
package org.checkerframework.common.reflection
-
ClassDescriptionA type factory for the @ClassVal and @ClassBound annotations.The ClassVal Checker provides a sound estimate of the binary name of Class objects.A visitor to verify validity of
@
ClassVal
annotations.Default implementation ofReflectionResolver
.AnnotatedTypeFactory for the MethodVal Checker.The MethodVal Checker provides a sound estimate of the signature of Method objects.Interface for reflection resolvers that handle reflective method calls such asMethod.invoke(Object, Object...)
orConstructor.newInstance(Object...)
.