package com.arondor.common.reflection.parser.java.testing; public interface InterfaceA { int getMyInt(); String getMyString(); }