Generated by
JDiff

Class com.google.common.reflect.Invokable

The superclass changed from com.google.common.reflect.Element to java.lang.Object.
Removed interface java.lang.reflect.GenericDeclaration.
Added interfaces java.lang.reflect.AnnotatedElement, java.lang.reflect.Member.

Added Methods
boolean equals(Object)  
(A extends AnnotationgetAnnotation(Class<A>)  
Annotation[] getAnnotations()  
Annotation[] getDeclaredAnnotations()  
int getModifiers()  
String getName()  
TypeVariable[] getTypeParameters() See java.lang.reflect.GenericDeclaration.getTypeParameters().
int hashCode()  
boolean isAbstract() Returns true if the method is abstract.
boolean isAccessible() See java.lang.reflect.AccessibleObject.isAccessible().
boolean isAnnotationPresent(Class<? extends Annotation>)  
boolean isFinal() Returns {@code true} if this method is final, per {@code Modifier.isFinal(getModifiers())}.
boolean isNative() Returns true if the element is native.
boolean isPackagePrivate() Returns true if the element is package-private.
boolean isPrivate() Returns true if the element is private.
boolean isProtected() Returns true if the element is protected.
boolean isPublic() Returns true if the element is public.
boolean isStatic() Returns true if the element is static.
boolean isSynchronized() Returns true if the method is synchronized.
boolean isSynthetic()  
void setAccessible(boolean) See java.lang.reflect.AccessibleObject.setAccessible(boolean).
String toString()  
boolean trySetAccessible() See java.lang.reflect.AccessibleObject.trySetAccessible().