public interface  net.bytebuddy.description.ByteCodeElement extends java.lang.Object implements net.bytebuddy.description.NamedElement$WithRuntimeName, net.bytebuddy.description.NamedElement$WithDescriptor, net.bytebuddy.description.ModifierReviewable$OfByteCodeElement, net.bytebuddy.description.DeclaredByType, net.bytebuddy.description.'annotation'.AnnotationSource
{
public abstract boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription);
public abstract boolean isAccessibleTo(net.bytebuddy.description.type.TypeDescription);
}