package java.lang.reflect;

/**
 * This interface is only defined for hierarchy compatibility.
 */
public interface AnnotatedElement {
}
